xsl-list
[Top] [All Lists]

Re: standard way to capture -t output from Saxon?

2004-12-20 04:44:50
Hi David,

To redirect the stderr to a file add to your command line 2>t.txt

java -jar saxon8.jar -t 100.xml test-group.xsl > output-1oo.xml 2>t.txt

should work.

Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com


M. David Peterson wrote:
You would think this would be one of the things I should just know but I don't.

What would I need to add or change on the following .bat file entry to
gain access to the -t output of Saxon in either text, or better yet,
XML format as:

- Part of the xml stdout xml file already in place, or
- A seperate text or xml file containing the data

java -jar saxon8.jar -t 100.xml test-group.xsl > output-1oo.xml

Thanks in advance!

<M:D/>


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>