DocBook XML and browsers
David Nedrow <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Message-ID | <[email protected]> |
I would like to be able to post documents marked up in DocBook XML and simply allow Mozilla to generate the HTML output using the DocBook XSL files. THis is partially working for me. You can see an example at the following URL: http://nedron.net/xml-test/fedora-boot-floppy.xml I know there are obviously some things that aren't workable (like locally defined SYSTEM entities), but I'm more interested in simply getting a relatively simple document (as in the example above) to format properly. Eg., a nice TOC is generated at the top of the document and within parts, but the chapters in the body of the text are not identified nor do the index links work properly. This is obviously stylesheet related, but I wanted to be sure I can actually do this before I spend time trying to "fix" the issues. My main question is, should this all work? If so, am I linking to the correct XSL file? <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="xsl/xhtml/docbook.xsl"?> I'm using the XSL stylesheet distribution (v1.66.0) from: http://docbook.sourceforge.net/projects/xsl/ Any comments out there? -David