|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] how to return from exsl:node-set
Hi all. I have one question about exsl:node-set. Here is my example: data.xml <document> <data> <id>1</id> </data> <document> style.xsl <xslo:stylesheet ....> ... <xslo:variable name="stored"> <grp>...</grp> <grp>...</grp> <grp>...</grp> </xslo:variable> ... <xslo:for-each select="exsl:node-set($stored)/grp"> <!-- i will store index of current grp --> <xslo:variable name="pos" select="position"/> <!-- NOW I want to have access to data.xml (/document/data/id) but i am still in $stored variable stored locally in xsl file because exsl:node-set in for-each statement. How to acces data from xml file without using document(data.xml) function? (I can't use it) --> </xslo:for-each> </xslo:stylesheet ...> Thank you. -- Dusan Zatkovsky
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








