frabad
XPath en ligne de commande avec xmllint
2012-07-20 14:11
↓
↑
! Commande d’exécution de requêtes XPath Pour formuler une requête XPath "expr" sur un document XML ''document'', exécutez la commande suivante dans un terminal :{{xmllint --xpath "expr" document}} Et c’est tout. Pour effectuer encore plus spontanément une requête XPath, un petit alias s’impose :{{alias xq="xmllint --xpath"}} (''xq'' pour XQuery, bien sûr ;-)
Password
Summary of changes
Syntax
F]