Fixed xslt script to not include <description> tags in output.
svn path=/trunk/; revision=4582
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template select="description"><xsl:apply-templates /></xsl:template>
|
||||
|
||||
<xsl:template match="@*|node()" priority="-1">
|
||||
<xsl:copy>
|
||||
<xsl:apply-templates select="@*|node()"/>
|
||||
|
Reference in New Issue
Block a user