Every time I want to generate an HTML file out of an XML and XSL file using Jim
Clark's XSLT
processor the content of the HTML file is the XSL file which I used as input. I
don't get a proper HTML file.
>From the command line: java
-Dcom.jclark.xsl.sax.parser=com.sun.xml.parser.Parser com.jclark.xsl.sax.Driver
xxx.xml yyy.xsl zzz.html
I don't get any error messages. Everything seems to work fine.
Have the same problem using XALAN ( java org.apache.xalan.xslt.Process -IN
xxx.xml -XSL yyy.xsl -OUT zzz.html).
But if I use any other processor it works fine - I get a proper HTML file.
Did anyone else had this problem ?
Ergun
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|