Meaning of XSL files [message #429190] |
Mon, 02 November 2009 08:11 |
parag_narkhede
Messages: 110 Registered: January 2008 Location: Pune
|
Senior Member |
|
|
Hello All,
In my RTF template, one XSL-FO is being imported.
In that XSL-FO template's .xsl file, following code is written.
<xsl:variable name="InternalOrgName" select="/*/HeaderVO/HeaderVORow/InternalOrgVO/InternalOrgVORow/Name"/>
I think this is written to assign variable value from View object of OAF.
But how does it come to know the location of HeaderVO? (that which location headersVo is located)
Also,
What is the meaning of HeaderVO/HeaderVORow/InternalOrgVO? Does it mean that InternalOrgVO is inside HeaderVORowimpl
Regards,
Parag
[Mod-edit: Frank changed title from XLS-file to XSL-file]
[Updated on: Tue, 03 November 2009 00:40] by Moderator Report message to a moderator
|
|
|
|
|