Author: artdaw
Date: 2008-08-01 07:38:29 -0400 (Fri, 01 Aug 2008)
New Revision: 9859
Modified:
trunk/docs/userguide/en/src/main/resources/xslt/org/jboss/richfaces/xhtml-common.xsl
Log:
https://jira.jboss.org/jira/browse/RF-3875 - 'abstract' element was fixed
Modified:
trunk/docs/userguide/en/src/main/resources/xslt/org/jboss/richfaces/xhtml-common.xsl
===================================================================
---
trunk/docs/userguide/en/src/main/resources/xslt/org/jboss/richfaces/xhtml-common.xsl 2008-08-01
11:14:44 UTC (rev 9858)
+++
trunk/docs/userguide/en/src/main/resources/xslt/org/jboss/richfaces/xhtml-common.xsl 2008-08-01
11:38:29 UTC (rev 9859)
@@ -129,4 +129,12 @@
<xsl:with-param name="nodes" select="part|reference
|preface|chapter|appendix |article |bibliography|glossary|index |refentry
|bridgehead[$bridgehead.in.toc != 0]"/>
</xsl:call-template>
</xsl:template>
+
+<xsl:template match="abstract" mode="titlepage.mode">
+ <div>
+ <xsl:apply-templates select="." mode="class.attribute"/>
+ <xsl:apply-templates mode="titlepage.mode"/>
+ </div>
+</xsl:template>
+
</xsl:stylesheet>