Home » Developer & Programmer » JDeveloper, Java & XML » Meaning of XSL files (Oracle apps R12)
Meaning of XSL files [message #429190] Mon, 02 November 2009 08:11 Go to next message
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

Re: Meaning of XLS files [message #429195 is a reply to message #429190] Mon, 02 November 2009 08:29 Go to previous messageGo to next message
ThomasG
Messages: 3211
Registered: April 2005
Location: Heilbronn, Germany
Senior Member
It's an XPath expression. A way to select nodes inside of XML.

The syntax for node selection is explained here, including the "*" wildcard.

Re: Meaning of XLS files [message #429466 is a reply to message #429195] Wed, 04 November 2009 00:34 Go to previous message
parag_narkhede
Messages: 110
Registered: January 2008
Location: Pune
Senior Member
Thanks a lot. It was helpful to me.
Previous Topic: xxPersonMAinPG.xml error
Next Topic: DTD Problem in loading XML file
Goto Forum:
  


Current Time: Thu Mar 28 15:43:28 CDT 2024