Kaydet (Commit) eeb85c6a authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS mh11rc (1.2.36); FILE MERGED

2003/06/06 12:42:58 mh 1.2.36.1: join: from cws_srx644_ooo11beta2
üst 800822dd
......@@ -497,7 +497,19 @@ xmlns:office="http://openoffice.org/2000/office" xmlns:style="http://openoffice.
</xsl:element>
</xsl:template>
<xsl:template match="para">
<xsl:choose>
<xsl:when test="ancestor::varlistentry">
<xsl:element name="text:p">
<xsl:attribute name="text:style-name">VarList Term</xsl:attribute>
<xsl:apply-templates />
</xsl:element>
</xsl:when>
<xsl:otherwise>
<xsl:element name="text:p">
<xsl:choose>
<xsl:when test="ancestor-or-self::footnote">
......@@ -528,6 +540,9 @@ xmlns:office="http://openoffice.org/2000/office" xmlns:style="http://openoffice.
</xsl:choose>
<xsl:apply-templates/>
</xsl:element>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template match="section">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment