|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] how to use data in other template? or how to handle it
I know how to use variable in same template. But how to use same variable in other template? Could I get example of case? For example xml-file: <existence> <entity> <!-- data in several "tags" --> <id>12</id> . . . <entity> <attri> <!-- data --> </attri> </existence> xsl-file: <xsl:template match="existence/entity"> <xsl:variable name="global" select="id"> <!-- variable creation and it works here --> <xsl:value-of select="id" /> </xsl:variable> . . . </xsl:template> <xsl:template match="existence/attri"> <!-- how to use variable here or how to use "data of id" here? --> <!-- for example in if case... --> <xsl:if test="global = //attri/idref1"> <!-- first is variable, but what kind of it should be that it works here --> </xsl:template> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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








