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-08-28 15:22:21 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-08-28 15:22:21 +0000
commite8d542a9be070ef2561a999d6638d9c2fb58f34c (patch)
treeaee02a37abb9e544718381760f201d6171d78358 /Completion/Unix/Command/_xmlsoft
parent3f52f95978987d51b4f8f548c7cccc5cae7d64f5 (diff)
downloadzsh-e8d542a9be070ef2561a999d6638d9c2fb58f34c.tar.gz
zsh-e8d542a9be070ef2561a999d6638d9c2fb58f34c.tar.xz
zsh-e8d542a9be070ef2561a999d6638d9c2fb58f34c.zip
merge changes from 4.1
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 0f54511aa..8f2ce17fd 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]' \