xsl-list
[Top] [All Lists]

Re: [xsl] how to test previous node name

2007-02-12 03:55:18
Abel Braaksma wrote:

  Hi

the parent node if the current node is its first child,
and the preceding sibling, if the current node is not the
first child of its parent.

  Which reads the following in XPath:

    ( parent::*[1]|preceding-sibling::*[1] )[last()]

  Regards,

--drkm




















        

        
                
___________________________________________________________________________ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--