]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix namespace declaration and usage instructions.
authorBob Stayton <bobs@sagehill.net>
Tue, 17 Apr 2012 03:32:14 +0000 (03:32 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 17 Apr 2012 03:32:14 +0000 (03:32 +0000)
xsl/assembly/README
xsl/assembly/assemble.xsl
xsl/assembly/topic-maker-chunk.xsl
xsl/assembly/topic-maker.xsl

index 765f6a26b05e3718844e5ad771e3cc6635920ef6..2ef9fed0efd8f366a48bd7287988be2934839d3b 100644 (file)
@@ -15,14 +15,14 @@ features will be supported as it is further developed.
 
 Content of this directory:
 --------------------------
-topic-maker-chunk.xsl        - stylesheet to modularize an existing document.
+topic-maker-chunk.xsl        - stylesheet to modularize an existing DB5 document.
 topic-maker.xsl              - imported by topic-maker-chunk.xsl.
 assemble.xsl                 - stylesheet to process an <assembly> into a document.
 
 
 The toolkit consists of an assemble.xsl XSL stylesheet
 to process a DocBook <assembly> element to convert it
-to an assembled DocBook document ready to be formatted.
+to an assembled DocBook document ready to be formatted.
 This stylesheet will enable users to structure a book from
 modular files.
 
@@ -37,11 +37,12 @@ back together as a single DocBook document.
 To create an assembly and topic files from a book or article document
 =======================================================================
 
-If you have an existing DocBook book or article document,
+If you have an existing DocBook book or article document,
 you can convert it to an assembly and a collection of
-modular topic files.
+modular topic files.  If you want to convert a DocBook 4
+document, you must first convert it to version 5.
 
-For example, to disassemble a book document named book.xml:
+For example, to disassemble a DocBook 5 book document named book.xml:
 
 xsltproc --xinclude \
          --stringparam assembly.filename myassembly.xml \
index 9cebcdf93b0ff9403da6ec9d1f8e05e3af502f3f..1abc6bf21e456616db92a2c587be23291e69472d 100644 (file)
@@ -2,7 +2,6 @@
 <xsl:stylesheet 
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
   xmlns:exsl="http://exslt.org/common"
-  xmlns:d="http://docbook.org/ns/docbook"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns="http://docbook.org/ns/docbook"
   exclude-result-prefixes="exsl d xlink"
index 12b16b5ee4ce0171770974d37fb8921bceedd46a..a91ef50ffa08a1333ef2123ca50edd420b387418 100644 (file)
@@ -1,7 +1,6 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 xmlns:exsl="http://exslt.org/common"
                 xmlns:xlink="http://www.w3.org/1999/xlink"
-                xmlns:d="http://docbook.org/ns/docbook"
                 xmlns="http://docbook.org/ns/docbook"
                version="1.0"
                 exclude-result-prefixes="exsl">
@@ -77,7 +76,7 @@
           <xsl:value-of select="$root.resourceref"/>
         </xsl:attribute>
     
-        <xsl:copy-of select="($root/d:title | $root/d:info/d:title)[1]"/>
+        <xsl:copy-of select="($root/title | $root/info/title)[1]"/>
     
         <!-- Put the title and info stuff in a content-only module -->
         <module resourceref="{$root.resourceref}{$root.id.suffix}" contentonly="true"/>
index fffb202ef0efb369d6f30960cc7f3ae6261e1cc6..b422687a2cd9494d4f9fdf0ba29d8f015e6ca773 100644 (file)
@@ -50,7 +50,7 @@
    </xsl:copy>
 </xsl:template>
 
-<xsl:template match="d:preface|d:chapter|d:appendix|d:section|d:article">
+<xsl:template match="preface|chapter|appendix|section|article">
   <xsl:variable name="element.name">
     <xsl:call-template name="element.name"/>
   </xsl:variable>