xsl-list
[Top] [All Lists]

AW: Finding immediately preceding node.

2003-06-02 12:13:08
No, it looks like it should not work.

As i wrote before, the correct test expression would be:
<xsl:if test="parent::b[(_at_)name='cde']/preceding-sibling::b[1]/@name='abc'">

parent::b is not the same as ../b:
../b goes to the parent (=b) and from there to some child element b which does 
not exist.

Markus

__________________________
Markus Abt
Comet Computer GmbH
Rueckertstrasse 5
80336 Muenchen
GERMANY
Phone +49 89 5445 6045
Fax +49 89 5445 6046
http://www.comet.de
mailto:abt(_at_)comet(_dot_)de



----------
Von:    Lars Huttar
Gesendet:       Montag, 2. Juni 2003 20:33
An:     xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Betreff:        RE: [xsl] Finding immediately preceding node.


Betty, I can't see why not.
Your test expression,

  <xsl:if test="../b[(_at_)name='cde']/preceding-sibling::b[1]/@name='abc'">

looks like it should work, assuming that the context node
is a child of <b>, e.g. if it's in a template that matches "c" elements.

Maybe if you showed more of your xslt code we could see why you're
never getting a 'true'.

Lars


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list