I have an XML document that transforms with this command (-XSL): java org.apache.xalan.xslt.Process -in testbook/page2.xml -out testbook/page2.html -xsl easylist.xsl -HTML ========= Parsing file:/xslt_test/easylist.xsl ========== Parse of file:/xslt_test/easylist.xsl took 686 milliseconds ========= Parsing file:/xslt_test/testbook/page2.xml ========== Parse of file:/xslt_test/testbook/page2.xml took 93 milliseconds ============================= Transforming... transform took 147 milliseconds XSLProcessor: done But not with this one(-LXCOUT / -LXCIN): java org.apache.xalan.xslt.Process -HTML -XSL easylist.xsl -LXCOUT easylist.style ========= Parsing file:/mnt/everest/innodata/scripts/xslt_test/easylist.xsl ========== Parse of file:/xslt_test/easylist.xsl took 686 milliseconds XSLProcessor: done java org.apache.xalan.xslt.Process -in testbook/page2.xml -out testbook/page2.html -LXCIN easylist.style -HTML ========= Parsing file:/xslt_test/testbook/page2.xml ========== Parse of file:/xslt_test/testbook/page2.xml took 615 milliseconds ============================= Transforming... Error! Xalan: was not successful. XSLProcessor: done Any ideas why this doesn't work? Thank you for your help. Lisa Rupe
