Kaydet (Commit) 7f92ed53 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Copy <value><it> constructs intact.

üst 0d5b3824
...@@ -77,8 +77,8 @@ ...@@ -77,8 +77,8 @@
<!-- copy all other values with content --> <!-- copy all other values with content -->
<xsl:template match="value"> <xsl:template match="value">
<xsl:copy> <xsl:copy>
<xsl:apply-templates select="*|@*"/> <xsl:apply-templates select="@*"/>
<xsl:value-of select="."/> <xsl:copy-of select="node()"/>
</xsl:copy> </xsl:copy>
</xsl:template> </xsl:template>
......
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