Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
CurrentCVS
-
None
-
Tested on Win32
Description
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>