XPath Exemple

previous next

Tous les descendants de type para ou section :

/talk/descendant::*[self::para or self::section]

Tous les descendants de type section, ou de type para qui ne contiennent pas de citation :

/talk/descendant::*[(self::para and not(citation)) or self::section]

 
 

XPath/XSLT/XPath    5/3/2004

10/53