The processor should ignore xsl:fallback element in LRE
--------------------------------------------------------
Key: XALANC-633
URL: https://issues.apache.org/jira/browse/XALANC-633
Project: XalanC
Issue Type: Bug
Components: XalanC
Affects Versions: CurrentCVS
Environment: Tested on Win32
Reporter: Dmitry Hayes
Fix For: CurrentCVS
In the next testcase the processor should ignore an xsl:fallback element if it
appears outside of any instructions for which the processor must perform
fallback.:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="/">
<out>
<xsl:fallback>
<not-me/>
</xsl:fallback>
</out>
</xsl:template>
</xsl:stylesheet>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]