RE: [xsl] Recognizing non-XML Markup Structure

Subject: RE: [xsl] Recognizing non-XML Markup Structure
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 27 Sep 2007 10:21:38 +0100
> 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/

Current Thread