|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] How can I always match the immediate ancestral element
Given:
<section id="foo"><!-- *1 -->
<anchor id="a"><!-- *2 -->
<section><!-- *3 -->
<anchor id="b"><!-- *4 -->
</section>
</section>
How can I define a template for the "anchor" so that I can test if the
first "anchor" inside the immediate ancestral "section" is the current
"anchor" node?
For example, when I'm processing *4, I want to test if the first anchor
element inside its immediate ancestral section (*3) is itself (*4).
I've tried:
key('section-name', @id)//anchor[1]
This results in matching *2 instead of *4.
Thanks much in advance.
-Taro
|
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








