lib/htmltoooxml/xslt/cleanup.xslt in htmltoooxml-0.1.8 vs lib/htmltoooxml/xslt/cleanup.xslt in htmltoooxml-0.1.9
- old
+ new
@@ -32,10 +32,9 @@
<xsl:template match="param"/>
<xsl:template match="script"/>
<xsl:template match="source"/>
<xsl:template match="style"/>
<xsl:template match="video"/>
-
<!-- Elements currently being handled as normal text. Remove tags only -->
<xsl:template match="abbr"><xsl:apply-templates/></xsl:template>
<xsl:template match="acronym"><xsl:apply-templates/></xsl:template>
<xsl:template match="bdi"><xsl:apply-templates/></xsl:template>
<xsl:template match="bdo"><xsl:apply-templates/></xsl:template>
\ No newline at end of file