From e8d542a9be070ef2561a999d6638d9c2fb58f34c Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 28 Aug 2003 15:22:21 +0000 Subject: merge changes from 4.1 --- Completion/Unix/Command/_xmlsoft | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_xmlsoft') 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]' \ -- cgit 1.4.1