Hi,
If I raise an error from within an xslt stylesheet via the error
function, eg:
<xsl:value-of select="error(QName('http://
somename','description'),'abc')"/> or similar,
can i trap it and interrogate it via
<map:handle-errors>
<map:select type="exception">
<map:when test="...">
...
</map:when>
<map:when test="...">
</map:when>
<map:otherwise>
...
</map:otherwise>
</map:select>
</map:handle-errors>
Thanks,
Franco
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]