<xsl:apply-templates mode="java"/>
</xsl:template>
-<xsl:template match="modifier" mode="java">
+<xsl:template match="modifier|package" mode="java">
<xsl:apply-templates mode="java"/>
- <xsl:if test="following-sibling::*">
- <xsl:text> </xsl:text>
- </xsl:if>
+ <xsl:if test="following-sibling::*">
+ <xsl:text> </xsl:text>
+ </xsl:if>
</xsl:template>
<xsl:template match="classname" mode="java">
<xsl:apply-templates mode="cpp"/>
</xsl:template>
-<xsl:template match="modifier" mode="cpp">
+<xsl:template match="modifier|package" mode="cpp">
<xsl:apply-templates mode="cpp"/>
<xsl:if test="following-sibling::*">
<xsl:text> </xsl:text>
<xsl:apply-templates mode="idl"/>
</xsl:template>
-<xsl:template match="modifier" mode="idl">
+<xsl:template match="modifier|package" mode="idl">
<xsl:apply-templates mode="idl"/>
<xsl:if test="following-sibling::*">
<xsl:text> </xsl:text>
<xsl:apply-templates mode="perl"/>
</xsl:template>
-<xsl:template match="modifier" mode="perl">
+<xsl:template match="modifier|package" mode="perl">
<xsl:apply-templates mode="perl"/>
<xsl:if test="following-sibling::*">
<xsl:text> </xsl:text>
</span>
</xsl:template>
-<xsl:template match="modifier" mode="java">
+<xsl:template match="modifier|package" mode="java">
<span>
<xsl:apply-templates select="." mode="class.attribute"/>
<xsl:apply-templates mode="java"/>
</span>
</xsl:template>
-<xsl:template match="modifier" mode="cpp">
+<xsl:template match="modifier|package" mode="cpp">
<span>
<xsl:apply-templates select="." mode="class.attribute"/>
<xsl:apply-templates mode="cpp"/>
</span>
</xsl:template>
-<xsl:template match="modifier" mode="idl">
+<xsl:template match="modifier|package" mode="idl">
<span>
<xsl:apply-templates select="." mode="class.attribute"/>
<xsl:apply-templates mode="idl"/>
</span>
</xsl:template>
-<xsl:template match="modifier" mode="perl">
+<xsl:template match="modifier|package" mode="perl">
<span>
<xsl:apply-templates select="." mode="class.attribute"/>
<xsl:apply-templates mode="perl"/>