blob: 2a7b961b25e3bdd7c544e1b7fa7c6c4ba8187127 [file] [log] [blame]
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<a>
<b>
<c>
<xsl:if test="something">
<d>
<e></e>
</d>
</xsl:if>
</c>
</b>
</a>
</xsl:template>
</xsl:stylesheet>