Bug 58124 - xsltproc ignores -v after '-o output'
Summary: xsltproc ignores -v after '-o output'
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: libxml2
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Daniel Veillard
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-01-09 10:20 UTC by Tim Waugh
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-01-20 13:36:11 UTC
Embargoed:


Attachments (Terms of Use)

Description Tim Waugh 2002-01-09 10:20:49 UTC
Description of Problem:
Unless -v is the first parameter it seems to be ignored.

Version-Release number of selected component (if applicable):
libxml2-2.4.12-0.7

How Reproducible:
100%

Steps to Reproduce:
1. xsltproc -o /dev/null -v stylesheet.xsl file.xml

Actual Results:
Output is not verbose.

Expected Results:
Output is verbose.

Comment 1 Daniel Veillard 2002-01-20 13:36:06 UTC
Fixed in Gnome CVS, the problem was simply an off-by-one error
when the -o option was used, leading the next option to be ignored.
BTW the --noout is somewhat equivalent to -o /dev/null and seems
a better option to use in scripts

http://cvs.gnome.org/bonsai/cvsquery.cgi?module=libxslt&branch=HEAD&branchtype=match&dir=libxslt&file=&filetype=match&who=veillard&whotype=match&sortby=Date&hours=&date=explicit&mindate=01%2F20%2F02+08%3A33&maxdate=01%2F20%2F02+08%3A35&cvsroot=%2Fcvs%2Fgnome

The fix will be included in next version of libxslt (1.0.11 ?),

  thanks for the report,

Daniel


Note You need to log in before you can comment on or make changes to this bug.