Skip to content

Commit

Permalink
Fix EZP-21054: Anchor tag is not transformed by xsl
Browse files Browse the repository at this point in the history
  • Loading branch information
dpobel committed Jul 22, 2013
1 parent 91e5c67 commit ba96ddc
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -185,6 +185,10 @@
</pre>
</xsl:template>

<xsl:template match="anchor">
<a><xsl:attribute name="id"><xsl:value-of select="@name"/></xsl:attribute></a>
</xsl:template>

<!-- copy unknown elements as-is -->
<xsl:template match="@* | node()">
<xsl:copy>
Expand Down

0 comments on commit ba96ddc

Please sign in to comment.