Hi, I'm getting nowhere with the XSL stylesheets. Xalan-J 2.3.1, DocBook 4.1.2, docbook-xsl 1.51.1, and a document from docbook-testdocs. Screen output is below; I also get an empty output HTML file.
Is anyone succeeding with this combination? Thanks, Ken Ward ---------------------------------------------------- M:\sb\docbook>java -cp c:\java\xalan-j_2_3_1\bin\xalan.jar;c: \java\xalan-j_2_3_1\bin\xml-apis.jar;c: \java\xalan-j_2_3_1\bin\xercesImpl.jar org.apache.xalan.xslt.Process -IN C: \docbook\docbook-testdocs-1.0\tests\book.001.xml -XSL c: \docbook\docbook-xsl-1.51.1\html\docbook.xsl -OUT c:\temp\out.html file:///c:/docbook/docbook-xsl-1.51.1/common/l10n.xsl; Line 95; Column 20; No localization exists for "" or "". Using default "en". file:///c:/docbook/docbook-xsl-1.51.1/common/common.xsl; Line 1389; Column 35; XSLT Error (javax.xml.transform.TransformerException): 2 >= 2 ----------------------------------------------------
