diff options
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_xmlsoft | 55 |
1 files changed, 31 insertions, 24 deletions
diff --git a/Completion/Unix/Command/_xmlsoft b/Completion/Unix/Command/_xmlsoft index 213260dd0..a1f727442 100644 --- a/Completion/Unix/Command/_xmlsoft +++ b/Completion/Unix/Command/_xmlsoft @@ -1,7 +1,28 @@ #compdef xsltproc xmllint -value-,XML_CATALOG_FILES,-default- -# xmllint: using libxml version 20622 -# xsltproc: using libxslt version 10100 +# xmllint: using libxml version 20707 +# xsltproc: using libxml 20707, libxslt 10126 and libexslt 815 + +local -a encoding + +encoding=( + UTF-8 + UTF-16 + ISO-10646-UCS-2 + ISO-10646-UCS-4 + ISO-8859-1 + ISO-8859-2 + ISO-8859-3 + ISO-8859-4 + ISO-8859-5 + ISO-8859-6 + ISO-8859-7 + ISO-8859-8 + ISO-8859-9 + ISO-2022-JP + SHIFT_JIS + EUC-JP +) case $service in xsltproc) @@ -17,8 +38,9 @@ case $service in '--nodtdattr[do not default attributes from the DTD]' \ '--noout[do not dump the result]' \ '--maxdepth[increase the maximum depth]:depth' \ - '--maxparsedepth[increase the maximum parser depth]:depth' \ |
