xhtml-1_1/*.xsl - for XHTML 1.1 versions of the above
- epub/docbook.xsl - for .epub
+ xhtml5/*.xsl - for XHTML5 versions of the above
+
+ epub/docbook.xsl - for .epub version 2 and earlier
+ epub3/docbook.xsl - for .epub version 3 and later
htmlhelp/htmlhelp.xsl - for HTML Help
javahelp/javahelp.xsl - for JavaHelp
roundtrip/*.xsl - for DocBook to WordML, etc., to DocBook
+ assembly/assemble.xsl - converts an assembly into a DocBook document
+ assembly/topic-maker-chunk.xsl
+ - converts a DocBook document into an assembly
+ with topic files.
+
To transform documents created with the DocBook Slides schema/DTD,
use one of the following stylesheets:
template/titlepage.xsl
+For fo titlepage customizations, set the stylesheet parameter named 'ns'
+to 'http://www.w3.org/1999/XSL/Format' when using this stylesheet.
+For xhtml titlepage customizations, set the stylesheet parameter named 'ns'
+to 'http://www.w3.org/1999/xhtml' when using this stylesheet.
+
For details about creating titlepage spec files and generating and
using titlepage customization layers, see "DocBook XSL: The
Complete Guide" <http://www.sagehill.net/docbookxsl/>
NEWS changes since the last public release (for a cumulative list of
changes, see the ChangeHistory.xml file)
+assembly/ for making and processing DocBook assemblies.
common/ code used among several output formats (HTML, FO, manpages,...)
docsrc/ documentation sources
eclipse/ for producing Eclipse Help
-epub/ for producing .epub
+epub/ for producing .epub version 2.
+epub3/ for producing .epub version 3 and beyond.
extensions/ DocBook XSL Java extensions
fo/ for producing XSL-FO
highlighting files used for adding source-code syntax highlighting in output
website/ for producing website output (from Website source)
xhtml/ for producing XHTML
xhtml-1_1/ for producing (stricter) XHTML 1.1
+xhtml5/ for producing XHTML5
----------------------------------------------------------------------
Changes