zsh-workers
 help / color / mirror / code / Atom feed
* Re: Bug#585812: zsh: xsltproc completion doesn't include --nodtdattr option
       [not found] <20100614005410.GA4371@xvii.vinc17.org>
@ 2010-06-30 12:52 ` Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2010-06-30 12:52 UTC (permalink / raw)
  To: Vincent Lefevre, 585812; +Cc: zsh-workers

On Mon, Jun 14, 2010 at 02:54:10AM +0200, Vincent Lefevre wrote:
> "xsltproc --help" contains:
> 
> [...]
>         --nodtdattr do not default attributes from the DTD
> [...]
> 
> but this option isn't listed in the completion for xsltproc.
> The attached patch fixes this problem.


Index: Completion/Unix/Command/_xmlsoft
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_xmlsoft,v
retrieving revision 1.7
diff -u -r1.7 _xmlsoft
--- Completion/Unix/Command/_xmlsoft	21 Oct 2005 14:45:01 -0000	1.7
+++ Completion/Unix/Command/_xmlsoft	30 Jun 2010 12:51:56 -0000
@@ -14,6 +14,7 @@
       '--debug[dump the tree of the result instead]' \
       '--dumpextensions[dump registered extension elements and functions]' \
       '--novalid[skip the DTD loading phase]' \
+      '--nodtdattr[do not default attributes from the DTD]' \
       '--noout[do not dump the result]' \
       '--maxdepth[increase the maximum depth]:depth' \
       '--maxparsedepth[increase the maximum parser depth]:depth' \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-30 12:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20100614005410.GA4371@xvii.vinc17.org>
2010-06-30 12:52 ` Bug#585812: zsh: xsltproc completion doesn't include --nodtdattr option Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).