]> granicus.if.org Git - docbook-dsssl/commitdiff
wordml->roundtrip name change
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 18 Jan 2007 02:54:56 +0000 (02:54 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 18 Jan 2007 02:54:56 +0000 (02:54 +0000)
xsl/README
xsl/roundtrip/param.xweb
xsl/tools/xsl/build/make-xsl-params.xsl

index e31654d1f7aa1673be0d2e4cb4c849a29e313957..0d083319c1b5449e292a208a9f7c6af8ea2284cf 100644 (file)
@@ -61,16 +61,7 @@ schema/DTD, use one of the following stylesheets:
   manpages/docbook.xsl        - for groff/nroff man pages[1]
   [1] more information at http://wiki.docbook.org/topic/ManPages
 
-  wordml/docbook.xsl          - DocBook XML to WordML
-  wordml/docbook-pages.xsl    - DocBook XML to Pages index.xml
-  wordml/pages-normalise.xsl  - Pages index.xml to (1a)
-
-To convert WordML into DocBook, use the following chain of stylesheets:
-
-  wordml/wordml-normalise.xsl - WordML to (1w)
-  wordml/wordml-sections.xsl  - (1a or 1w) to (2)
-  wordml/wordml-blocks.xsl    - (2) to (3)
-  wordml/wordml-final.xsl     - (3) to DocBook XML
+  roundtrip/*.xsl             - for DocBook to WordML, etc., to DocBook
 
 To transform documents created with the DocBook Slides schema/DTD,
 use one of the following stylesheets:
@@ -126,7 +117,8 @@ profiling/    for profiling (omitting/including conditional text)
 slides/       for producing slides output (from Slides source)
 template/     templates for building stylesheet customization layers
 website/      for producing website output (from Website source)
-wordml/       for "round trip" conversion between DocBook XML and WordML
+roundtrip/    for "round trip" conversion among DocBook and
+              various word-processor formats (WordML, etc.)
 xhtml/        for producing XHTML
 
 ----------------------------------------------------------------------
index ded3b2f811a344bf26b25f5f1543b4c7df4af627..b7b1900e1a04df5e2744103efc7dba8300943387 100644 (file)
@@ -6,7 +6,7 @@
       xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
   <bookinfo>
-    <title>WordML Parameter Reference</title>
+    <title>Roundtrip Parameter Reference</title>
     <releaseinfo role="meta">
       $Id$
     </releaseinfo>
@@ -21,8 +21,9 @@
     </copyright>
     <abstract>
       <para>This is reference documentation for all user-configurable
-      parameters in the DocBook WordML Stylesheets (for generating
-      WordML or Apple Pages output).</para>
+      parameters in the DocBook “Roundtrip” Stylesheets (for
+      transforming DocBook to WordML, OpenDocument, and Apple Pages,
+      and for converting from those formats back to DocBook).</para>
     </abstract>
   </bookinfo>
 
index ff3f769d803b76f19eab9c7c9d53f89d5d931b4e..1f0836d6acb0acf18be81c48b95b73eff31065f8 100644 (file)
@@ -18,7 +18,7 @@
   <!-- ==================================================================== -->
 
   <!-- * This stylesheet expects itself as input  -->
-  <xsl:param name="param.dirs">html fo manpages wordml</xsl:param>
+  <xsl:param name="param.dirs">html fo manpages roundtrip</xsl:param>
 
   <xsl:template match="/">
     <xslt:stylesheet version="1.0">