Update of /cvsroot/babeldoc/babeldoc/modules/core/config/pipeline/documentation
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4646/modules/core/config/pipeline/documentation
Modified Files:
stage2docbook.xsl
Log Message:
Minor documentation updates
Index: stage2docbook.xsl
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/core/config/pipeline/documentation/stage2docbook.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** stage2docbook.xsl 6 Aug 2003 00:18:07 -0000 1.1
--- stage2docbook.xsl 30 Mar 2004 19:15:40 -0000 1.2
***************
*** 4,8 ****
<xsl:template match="/stage-defns">
<section>
! <xsl:apply-templates/>
</section>
</xsl:template>
--- 4,8 ----
<xsl:template match="/stage-defns">
<section>
! <xsl:apply-templates><xsl:sort select="stage-type"/></xsl:apply-templates>
</section>
</xsl:template>
|