R
RobA
Does anyone now how to fire an exception from with plain XSL
e.g.
<xsl:if test="something_not_correct">
<xsl:exception>
<xsl:text>The transformation failed...</xsl:text>
</xsl:exception>
</xsl:if>
e.g.
<xsl:if test="something_not_correct">
<xsl:exception>
<xsl:text>The transformation failed...</xsl:text>
</xsl:exception>
</xsl:if>