Author: mcbrown
Date: 2006-09-08 11:59:20 +0200 (Fri, 08 Sep 2006)
New Revision: 3299
Log:
Fixing the bad references generated when trying to look for examples in the Connector/J code
The text XSL didn't create IDs for <example> elements
Modified:
trunk/xsl.d/make-toc-entries.xsl
Modified: trunk/xsl.d/make-toc-entries.xsl
===================================================================
--- trunk/xsl.d/make-toc-entries.xsl 2006-09-08 09:41:15 UTC (rev 3298)
+++ trunk/xsl.d/make-toc-entries.xsl 2006-09-08 09:59:20 UTC (rev 3299)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 612 bytes
@@ -51,7 +51,7 @@
<xsl:element name="toc-entries">
<xsl:text>
</xsl:text>
<xsl:for-each
- select="//preface|//chapter|//appendix
+ select="//preface|//chapter|//appendix|//example
|//section|//sect1[@id]|//sect2[@id]|//sect3[@id]|//sect4[@id]|//sect5[@id]">
<xsl:element name="toc-entry">
<xsl:attribute name="id">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3299 - trunk/xsl.d | mcbrown | 8 Sep |