manpages/docbook.xsl - for groff/nroff man pages[1]
[1] more information at http://wiki.docbook.org/topic/ManPages
- wordml/docbook.xsl - DocBook XML to WordML
- wordml/docbook-pages.xsl - DocBook XML to Pages index.xml
- wordml/pages-normalise.xsl - Pages index.xml to (1a)
-
-To convert WordML into DocBook, use the following chain of stylesheets:
-
- wordml/wordml-normalise.xsl - WordML to (1w)
- wordml/wordml-sections.xsl - (1a or 1w) to (2)
- wordml/wordml-blocks.xsl - (2) to (3)
- wordml/wordml-final.xsl - (3) to DocBook XML
+ roundtrip/*.xsl - for DocBook to WordML, etc., to DocBook
To transform documents created with the DocBook Slides schema/DTD,
use one of the following stylesheets:
slides/ for producing slides output (from Slides source)
template/ templates for building stylesheet customization layers
website/ for producing website output (from Website source)
-wordml/ for "round trip" conversion between DocBook XML and WordML
+roundtrip/ for "round trip" conversion among DocBook and
+ various word-processor formats (WordML, etc.)
xhtml/ for producing XHTML
----------------------------------------------------------------------
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<bookinfo>
- <title>WordML Parameter Reference</title>
+ <title>Roundtrip Parameter Reference</title>
<releaseinfo role="meta">
$Id$
</releaseinfo>
</copyright>
<abstract>
<para>This is reference documentation for all user-configurable
- parameters in the DocBook WordML Stylesheets (for generating
- WordML or Apple Pages output).</para>
+ parameters in the DocBook “Roundtrip” Stylesheets (for
+ transforming DocBook to WordML, OpenDocument, and Apple Pages,
+ and for converting from those formats back to DocBook).</para>
</abstract>
</bookinfo>
<!-- ==================================================================== -->
<!-- * This stylesheet expects itself as input -->
- <xsl:param name="param.dirs">html fo manpages wordml</xsl:param>
+ <xsl:param name="param.dirs">html fo manpages roundtrip</xsl:param>
<xsl:template match="/">
<xslt:stylesheet version="1.0">