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