|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] How to test if a node is a descendant of a specific an
Hello!
I have an xml file that looks like the following:
<layout>
<head-row>
<data>
<string>
</string>
</data>
</head-row>
<body-row>
<data>
<string>
</string>
</data>
</body-row>
</layout>
Then I have a template rule in an XSL file that looks like the following:
<xsl:template match="//string">
.......Pseudo code:
<test if the current context node is a descendant of head-row>
<p class="head-row">some content</p>
</test>
<test if the current context node is a descendant of body-row>
<p class="body-row">some content</p>
</test>
...........
How can I test this?
Sebastian Schirmer
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








