127
diaporamaMiscXML
◃
Ch. 3 XQuery
▹
Ouverture d'un document
La fonction
doc()
est utilisée pour ouvrir un document xml.
doc("commande.xml")
Cette fonction retourne le
noeud document
et non le noeud élément racine
Le noeud document peut préfixer un chemin XPath traditionnel :
doc("commande.xml")/commande[client = 'société Anonyme']