Author: cheche
Date: Thu Oct 7 15:50:12 2004
New Revision: 54029
Modified:
forrest/trunk/src/core/context/resources/stylesheets/docbook2document.xsl
forrest/trunk/status.xml
Log:
docinfo element. never in OASIS Docbook XML DTD
Modified: forrest/trunk/src/core/context/resources/stylesheets/docbook2document.xsl
==============================================================================
--- forrest/trunk/src/core/context/resources/stylesheets/docbook2document.xsl (original)
+++ forrest/trunk/src/core/context/resources/stylesheets/docbook2document.xsl Thu Oct 7 15:50:12
2004
@@ -193,9 +193,7 @@
<xsl:apply-templates/>
</section>
</xsl:template>
- <xsl:template match="docinfo">
- <xsl:apply-templates/>
- </xsl:template>
+
<xsl:template match="cmdsynopsis">
<!--
<cmdsynopsis>
Modified: forrest/trunk/status.xml
==============================================================================
--- forrest/trunk/status.xml (original)
+++ forrest/trunk/status.xml Thu Oct 7 15:50:12 2004
@@ -49,6 +49,9 @@
Added new document to facilitate
<link href="site:upgrading_06">upgrading to v0.6</link>
</action>
+ <action dev="JJP" type="fix" context="core" due-to="Sean Wheller" fixes-bug="FOR-316">
+ docinfo element. never in OASIS Docbook XML DTD
+ </action>
<action dev="AG" type="update" context="core">
Updated commons-collections to 3.1,
commons-logging to 1.0.4, jcs to 1.1-dev.20040811, lucene to 1.4.1
|