xsl-list
[Top] [All Lists]

RE: [xsl] Recognizing non-XML Markup Structure

2007-09-27 02:22:00
Jeff thanks for your quick efforts. I am using saxon8 in the 
dos mode as below java -jar saxon8.jar a.xml a.xsl >a.htm

and getting "run-time errors were reported."

Indeed, that message is telling you that run-time errors have been reported.
If you haven't seen the run-time errors, that means you are looking in the
wrong place, or perhaps you ran the transformation in such a way that the
error messages were binned. There's nothing wrong with the command line
above, but perhaps you are running in some tool that's configured to send
standard error output to a separate window or log file?

It also means that you aren't running the stylesheet that you were given,
because that one works.

Michael Kay
http://www.saxonica.com/


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