Uploaded image for project: 'XalanC'
  1. XalanC
  2. XALANC-633

The processor should ignore xsl:fallback element in LRE

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • CurrentCVS
    • CurrentCVS
    • XalanC
    • 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>

      Attachments

        1. patch.diff
          2 kB
          David N Bertoni

        Activity

          People

            dbertoni David N Bertoni
            dmitryh Dmitry Hayes
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: