Chemins de localisation spécialisés
"commande[client]" : identifie tout élément commande enfant du noeud contextuel et possédant au moins un enfant client
"commande[@numero]" : tout élément commande possédant un attribut numéro.
"commande[client = 'société Anonyme']"
- Les
[] servent de filtres (prédicats)
@ notation abrégée de attribute
"//commande[client/@id = '216A']"