]> granicus.if.org Git - docbook-dsssl/commitdiff
Added modeless template for ooclass|oointerface|ooexception.
authorMauritz Jeanson <mj@johanneberg.com>
Sun, 15 Mar 2009 14:26:23 +0000 (14:26 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Sun, 15 Mar 2009 14:26:23 +0000 (14:26 +0000)
Closes bug #1623468.

xsl/fo/synop.xsl
xsl/html/synop.xsl

index 7a9c187769e407d4c59ecfdfa2a2ca7a34eb30ed..7025185755ae8d10ccdf09a61066fef58cec8ca4 100644 (file)
   </fo:block>
 </xsl:template>
 
+<!-- Used when not occurring as a child of classsynopsis -->
+<xsl:template match="ooclass|oointerface|ooexception">
+  <xsl:apply-templates/>
+</xsl:template>
+
 <!-- ==================================================================== -->
 
 <!-- * DocBook 5 allows linking elements (link, olink, and xref) -->
index 1ac6f88d532a565e287616506249d6ad1470712c..c5aad43ded5949d7ff8b45c1bddc37f20cff0ff3 100644 (file)
@@ -1521,6 +1521,11 @@ paramdef      ::= (#PCDATA|type|replaceable|parameter|funcparams)*
   <xsl:call-template name="synop-break"/>
 </xsl:template>
 
+<!-- Used when not occurring as a child of classsynopsis -->
+<xsl:template match="ooclass|oointerface|ooexception">
+  <xsl:apply-templates/>
+</xsl:template>
+
 <!-- ==================================================================== -->
 
 <!-- * DocBook 5 allows linking elements (link, olink, and xref) -->