« Programmation XML/XPath » : différence entre les versions

Contenu supprimé Contenu ajouté
Ligne 63 :
! Tests !! Notes
|-
| //comment() || findstrouve antous XMLles commentcommentaires node,(ex e.g.: <code><nowiki><!-- Commentcommentaire 1 --></nowiki></code>)
|-
| //text() || findstrouve aun nodenœud of type texttexte, e.g.(ex the: <code>hello world</code> indans <code><k>hello<m> allworld</m></k></code>)
|-
| //processing-instruction() || findstrouve XMLles [[processinginstructions instruction]]sde suchtraitement (ex as: <code><?php echo $a; ?></code>. In this case, <code>processing-instruction('php')</code> would match.
|-
| //node() || finds any node at all.
|}