3 lines
94 B
HTML
3 lines
94 B
HTML
<xsl:if test="condition">
|
|
<!-- executed if XPath expression evaluates to true -->
|
|
</xsl:if>
|