-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: CurrentCVS
-
Fix Version/s: CurrentCVS
-
Component/s: XalanC
-
Labels:None
-
Environment:Tested on Win32
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>