schema-attribute

Instruction Xml Path. Filtre les noeuds attribut se référant à un attribut global.

Syntaxe

schema-attribute ( NomDeLAttribut )

Description

L'instruction schema-attribute filtre l'ensemble des noeuds sur la sorte attribute correspond à :

Exemple

Source initial en Xml

<-- Numero est suppose etre un attribut global du schema. -->
<?xml version="1.0"?>
<ListeEmployes </ListeEmployes>

Expression Xml Path

<-- Selectionne tous les noeuds utilisant la definition globale Numero. -->
/self::schema-attribute(Numero)

Résultat Xml de l'extraction Xml Path

<?xml version="1.0"?>
7724
7832
7948
7954

Voir aussi

attribute, comment, document-node, element, item, node, processing-instruction, schema-element et text pour filtrer les noeuds d'un ensemble autrement.