ancestor

Instruction Xml Path. Sélection des noeuds parents récursivement. Le tri est selon l'inverse du numéro d'ordre des noeuds.

Syntaxe

ancestor

Description

L'instruction ancestor permet de sélectionner le noeud parent du noeud courant et cela récursivement.

Exemple

Source initial en Xml

<?xml version="1.0"?>
<ListeEmployes </ListeEmployes>

Expression Xml Path

<-- En partant de <Nom>Mister Scott</Nom>, selectionne l'employe. -->
ancestor::Employe

Résultat Xml de l'extraction Xml Path

<?xml version="1.0"?>
<Employe Numero=7724> </Employe>

Voir aussi

ancestor-or-self, attribute, child, descendant, descendant-or-self, following, following-sibling, namespace, parent, preceding, preceding-sibling et self pour définir un axe autrement.