From 5e6dae0eeeb3ef09f29ee62c51cbd15a34c89f6d Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sat, 2 Jun 2012 22:35:07 +0000 Subject: [PATCH] Updated for 1.77.1 release. --- xsl/README | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/xsl/README b/xsl/README index 992bf122b..92ccebc27 100644 --- a/xsl/README +++ b/xsl/README @@ -54,7 +54,10 @@ schema/DTD, use one of the following stylesheets: 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 @@ -66,6 +69,11 @@ schema/DTD, use one of the following stylesheets: 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: @@ -85,6 +93,11 @@ To generate a titlepage customization layer from a titlepage spec: 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" @@ -104,10 +117,12 @@ VERSION release metadata, including the current version 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 @@ -126,6 +141,7 @@ tools/ assorted supplementary tools 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 -- 2.40.0