Re: Simple XSLT script for xml -> html?
Sven Vermeulen <[email protected]> Fri, 27 Jul 2012 08:53:17 +0000
| Newsgroups | gmane.linux.gentoo.documentation |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 26, 2012 at 09:57:47PM +0200, Xavier Miller wrote: > Is there a simple script to convert a GuideXML file to html? > > Is it enough to use handbook.xslt applied to the xml files? I don't know if it is considered simple, but currently most development is done through the gorg application (should be installable through portage). See http://www.gentoo.org/proj/en/gdp/doc/gorg.xml You can also write an XSL that transforms the GuideXML/HandbookXML into whatever you like. I have one to convert documents to docbook (which then can be used to generate all other formats, including HTML). See https://github.com/sjvermeu/small.coding/tree/master/gxml2docbook