xsl-list
[Top] [All Lists]

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

2004-12-20 04:43:36
Oh duh!  :)  Thanks for the wake up call George!  :D

Cheers!

<M:D/>


On Mon, 20 Dec 2004 13:44:50 +0200, George Cristian Bina 
<george(_at_)sync(_dot_)ro> wrote:
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>
--~--




-- 
:: M. David Peterson ::
XML & XML Transformations, C#, .NET, and Functional Languages Specialist

--~------------------------------------------------------------------
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>