dion        02/01/20 16:17:45

  Modified:    latka/xsl/site docbook2document.xsl
  Log:
  Added comment block to top of document
  
  Revision  Changes    Path
  1.2       +11 -2     jakarta-commons/latka/xsl/site/docbook2document.xsl
  
  Index: docbook2document.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/latka/xsl/site/docbook2document.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- docbook2document.xsl      21 Jan 2002 00:07:07 -0000      1.1
  +++ docbook2document.xsl      21 Jan 2002 00:17:45 -0000      1.2
  @@ -1,8 +1,14 @@
   <?xml version="1.0"?>
  -
  +<!--
  +    Author:     (insert avalon author here)
  +    Author:     dIon Gillard
  +    Version:    $Id: docbook2document.xsl,v 1.2 2002/01/21 00:17:45 dion Exp $
  +    FIXME:      Doesn't handle informaltable, sgmltag etc...
  +  -->
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                   version="1.0">
   
  +    <!-- FIXME: needs updating to similar format as chapter -->
       <xsl:template match="book">
           <body>
               <title><xsl:value-of select="title"/></title>
  @@ -32,6 +38,9 @@
           </body>
       </xsl:template>
   
  +    <!-- 
  +        top level components create document, properties element and start body
  +      -->
       <xsl:template match="chapter|article|appendix">
           <document>
               <properties>
  @@ -48,7 +57,7 @@
                           <xsl:value-of select="surname"/>
                       </author>
                   </xsl:for-each>
  -
  +                <!-- always have the following as an author -->
                   <author email="[EMAIL PROTECTED]">
                       Commons Documentation Team
                   </author>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to