]> granicus.if.org Git - docbook-dsssl/commitdiff
Updated for 1.77.1 release.
authorBob Stayton <bobs@sagehill.net>
Sat, 2 Jun 2012 22:35:07 +0000 (22:35 +0000)
committerBob Stayton <bobs@sagehill.net>
Sat, 2 Jun 2012 22:35:07 +0000 (22:35 +0000)
xsl/README

index 992bf122bc5820b3a631edc3a111b9b2e401466b..92ccebc2762bef14e494c4117b79a57c80143854 100644 (file)
@@ -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" <http://www.sagehill.net/docbookxsl/>
@@ -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