From 74b471b57eec7aefffee40743fdf42b856c87431 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Tue, 17 Apr 2012 03:32:14 +0000 Subject: [PATCH] Fix namespace declaration and usage instructions. --- xsl/assembly/README | 11 ++++++----- xsl/assembly/assemble.xsl | 1 - xsl/assembly/topic-maker-chunk.xsl | 3 +-- xsl/assembly/topic-maker.xsl | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/xsl/assembly/README b/xsl/assembly/README index 765f6a26b..2ef9fed0e 100644 --- a/xsl/assembly/README +++ b/xsl/assembly/README @@ -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 into a document. The toolkit consists of an assemble.xsl XSL stylesheet to process a DocBook element to convert it -to an assembled DocBook document ready to be formatted. +to an assembled DocBook 5 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 5 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 \ diff --git a/xsl/assembly/assemble.xsl b/xsl/assembly/assemble.xsl index 9cebcdf93..1abc6bf21 100644 --- a/xsl/assembly/assemble.xsl +++ b/xsl/assembly/assemble.xsl @@ -2,7 +2,6 @@ @@ -77,7 +76,7 @@ - + diff --git a/xsl/assembly/topic-maker.xsl b/xsl/assembly/topic-maker.xsl index fffb202ef..b422687a2 100644 --- a/xsl/assembly/topic-maker.xsl +++ b/xsl/assembly/topic-maker.xsl @@ -50,7 +50,7 @@ - + -- 2.40.0