Uploaded image for project: 'Daffodil'
  1. Daffodil
  2. DAFFODIL-1329

Parse namespaceing does not match expected unparser input

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Duplicate
    • None
    • 2.0.0
    • CLI, Unparsing
    • None

    Description

      For example, we might have an infoset that looks like this:

      <foo xmlns="example.com">
        <bar>...</bar>
      </foo>
      

      When received from the XMLReader, bar has a qname of "example.com", even though it is not explicit provided via a prefix, because xmlns is "example.com". However, the NextElementResolver expects bar to not have any qname. So it fails saying it expected {}bar, but found

      {example.com}

      bar.

      Attachments

        Activity

          People

            dfthompson Dave Thompson
            slawrence Steve Lawrence
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: