[EMAIL PROTECTED] writes: > 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.
Current versions of both Xalan-J and Xalan-C are not usable with the DocBook XSL stylesheets. You need to use either xsltproc (a C implementation) or Saxon (Java). --Mike
