From abd18275a4c27bc76d26e5111b4cb9c33e2ae7d7 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 8 Jan 2003 15:14:50 +0000 Subject: 18058, 18060: merge from 4.1 --- Completion/Unix/Command/_xsltproc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Completion/Unix/Command/_xsltproc (limited to 'Completion/Unix/Command/_xsltproc') diff --git a/Completion/Unix/Command/_xsltproc b/Completion/Unix/Command/_xsltproc new file mode 100644 index 000000000..ff83c735e --- /dev/null +++ b/Completion/Unix/Command/_xsltproc @@ -0,0 +1,23 @@ +#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' -- cgit 1.4.1