Failure to throw exception when encountering stylesheet with unmapped extension
function
----------------------------------------------------------------------------------------
Key: XALANJ-2190
URL: http://issues.apache.org/jira/browse/XALANJ-2190
Project: XalanJ2
Type: Bug
Components: Xalan
Versions: 2.7
Environment: Mac OS X 10.4.2
Reporter: elharo
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:pre="http://www.example.com">
<xsl:template match="/">
<!-- unavailable extension function is a must signal error;
processors cannot recover -->
<root><xsl:value-of select="pre:fn()"/></root>
</xsl:template>
</xsl:stylesheet>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]