dims 01/07/20 03:59:04
Modified: webapp/stylesheets/documents book2sidebar.xsl
Log:
Patches from John Morrison for adding faqs, changes, todo to the index
Revision Changes Path
1.3 +3 -3 xml-cocoon2/webapp/stylesheets/documents/book2sidebar.xsl
Index: book2sidebar.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon2/webapp/stylesheets/documents/book2sidebar.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- book2sidebar.xsl 2001/07/10 16:00:58 1.2
+++ book2sidebar.xsl 2001/07/20 10:59:04 1.3
@@ -17,11 +17,11 @@
</link>
</xsl:template>
- <xsl:template match="/book/page">
+ <xsl:template match="/book/page | /book/faqs | /book/changes | /book/todo">
<link href="{substring(@source,1,string-length(@source)-4)}">
- <xsl:copy-of select="@id|@label"/>
+ <xsl:copy-of select="@label|@id"/>
</link>
- </xsl:template>
+ </xsl:template>
<xsl:template match="/book/separator">
<xsl:copy/>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]