D.N.Bertoni asked:
are you sure you're using Xalan 1.3?
Yes, at least that's what the console says when I mix things up:
E:\WINDOWS>xalan -a-o my3.htm D:\Autodoc\Doc\Main.xml
 
Xalan version 1.3
Usage: Xalan [options] source stylesheet
Options:....
==============
David Marston asked:
 What happens when you change it to -out \Autodoc\Doc\out1.html?
Same error:
 
Parse of D:\Autodoc\Xsl\ins2.xsl took 220 milliseconds
========= Parsing D:\Autodoc\Doc\Main.xml ==========
Parse of D:\Autodoc\Doc\Main.xml took 110 milliseconds
=============================
Transforming...
 
XSLException Type is: XalanFileOutputStreamWriteException
Message is: Error writing file: \Autodoc\Doc\out1.html.  The error code was 6. (
Unknown URI, line -1, column -1)
 
I've tried also with a simple Xalan:
 
E:\WINDOWS>xalan -a -o my3.htm D:\Autodoc\Doc\Main.xml
Error writing file: my3.htm.  The error code was 6.
I guess the c version is not for my little win95 (really getting old now), but the j version is a bit tricky to get back the console ouput (and error messages) from batch treatment.
 
Thanks a lot for your answering.
 
Vendo

Reply via email to