about summary refs log tree commit diff
path: root/Completion/Unix/Command/_xmlsoft
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-03-26 16:52:58 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-03-26 16:52:58 +0000
commita9293199ec03d0a941504b06b3f4f07d97626fef (patch)
treed4cee2058fd1f8ac3a04444464301631644e93d7 /Completion/Unix/Command/_xmlsoft
parent913d5266003fb75a9acd2f19fdd8e5a1ccbf9221 (diff)
downloadzsh-a9293199ec03d0a941504b06b3f4f07d97626fef.tar.gz
zsh-a9293199ec03d0a941504b06b3f4f07d97626fef.tar.xz
zsh-a9293199ec03d0a941504b06b3f4f07d97626fef.zip
18390: tidy up _prcs and update _xmlsoft for latest xsltproc version
Diffstat (limited to 'Completion/Unix/Command/_xmlsoft')
-rw-r--r--Completion/Unix/Command/_xmlsoft6
1 files changed, 5 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_xmlsoft b/Completion/Unix/Command/_xmlsoft
index a07aec4ab..647841cfa 100644
--- a/Completion/Unix/Command/_xmlsoft
+++ b/Completion/Unix/Command/_xmlsoft
@@ -1,7 +1,7 @@
 #compdef xsltproc xmllint
 
 # xmllint: using libxml version 20503
-# xsltproc: using libxslt version 10021
+# xsltproc: using libxslt version 10027
 
 case $service in
   xsltproc)
@@ -20,7 +20,11 @@ case $service in
       '(--html)--docbook[input document is SGML docbook]' \
       '--param[pass a parameter,value pair]:name::value (xpath expression)' \
       '--stringparam[pass a parameter]:name::value' \
+      '--path[provide a set of paths for resources]:paths:_files -/' \
       '--nonet[refuse to fetch DTDs or entities over network]' \
+      '--nowrite[refuse to write to any file or resource]' \
+      '--nomkdir[refuse to create directories]' \
+      '--writesubtree[allow file write only with the path subtree]:path:_files -/' \
       '--catalogs[use SGML catalogs]' \
       '--xinclude[do XInclude processing on document input]' \
       {--profile,--norman}'[dump profiling information]' \