9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
|
##@cooked comments # -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
||
|
## Fonction de support pour gérer des fichiers XML
|
||
|
##@cooked nocomments
|
||
|
##@require ulib
|
||
|
uprovide xmlsupport
|
||
|
urequire ulib
|
||
|
|
||
|
function xpathtool() { "$ULIBDIR/support/xpathtool.py" "$@"; }
|