If you want to transform it to (x)HTML all you need is the DocbookXSL package which you can find on [1].
Then simply run for example `xsltproc ${PATH_TO_EXTRACTED_DOCBOOKXSL_FOLDER}/xhtml/docbook.xsl mydocbook.xml > mydocbook.html` to create the HTML version (single-page) of mydocbook.xml :)
[1] http://sourceforge.net/projects/docbook
Noel Rappin schrieb:
I know I can get xsltproc working from the command line, but the directions I've seen online for getting Docbook working with that on the Mac have lacked a certain clarity.
Noel
On 2/13/07, Geir Aalberg geir@fandom.no wrote:
On 13. Feb 2007, at 15:25, Noel Rappin wrote:
Is anybody using TextMate to write Docbook? If so, I'd appreciate any information about how to set up the tools to manage the various XSL transformations.
Haven't used TextMate for it, but use Docbook extensively with xsltproc and the XMLmind editor. Can you get it working from the command line?
-geir