about summary refs log tree commit diff
path: root/Completion/Unix/Command/_xsltproc
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-02-18 15:16:32 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-02-18 15:16:32 +0000
commitee5d13e7287c1cdd18422fc1444089e5e10532ee (patch)
tree141d3d1570cb7e281d74f38c459c7455a134077c /Completion/Unix/Command/_xsltproc
parent113b69f1f3f6a60ef0121b6371da341b857cc9e3 (diff)
downloadzsh-ee5d13e7287c1cdd18422fc1444089e5e10532ee.tar.gz
zsh-ee5d13e7287c1cdd18422fc1444089e5e10532ee.tar.xz
zsh-ee5d13e7287c1cdd18422fc1444089e5e10532ee.zip
Doug Kearns: 18254: new completion for xmllint
Diffstat (limited to 'Completion/Unix/Command/_xsltproc')
-rw-r--r--Completion/Unix/Command/_xsltproc23
1 files changed, 0 insertions, 23 deletions
diff --git a/Completion/Unix/Command/_xsltproc b/Completion/Unix/Command/_xsltproc
deleted file mode 100644
index ff83c735e..000000000
--- a/Completion/Unix/Command/_xsltproc
+++ /dev/null
@@ -1,23 +0,0 @@
-#compdef xsltproc
-
-_arguments \
-  '(-)'{--version,-V}'[show libxml and libxslt versions]' \
-  '(--verbose -v)'{--verbose,-v}"[show logs of what's happening]" \
-  '(--output -o)'{--output,-o}'[specify output file]:output file:_files' \
-  '--timing[display the time used]' \
-  '--repeat[run the transformation 20 times]' \
-  '--debug[dump the tree of the result instead]' \
-  '--dumpextensions[dump registered extension elements and functions]' \
-  '--novalid[skip the DTD loading phase]' \
-  '--noout[do not dump the result]' \
-  '--maxdepth[increase the maximum depth]:depth' \
-  '(--docbook)--html[input document is an HTML file]' \
-  '(--html)--docbook[input document is SGML docbook]' \
-  '--param[pass a parameter,value pair]:name::value (xpath expression)' \
-  '--stringparam[pass a parameter]:name::value' \
-  '--nonet[refuse to fetch DTDs or entities over network]' \
-  '--catalogs[use SGML catalogs]' \
-  '--xinclude[do XInclude processing on document input]' \
-  {--profile,--norman}'[dump profiling information]' \
-  '1:stylesheet:_files -g \*.xsl' \
-  ':file:_files -g \*.xml'