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

Parse namespaceing does not match expected unparser input

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Blocking Blocking
    • 2.0.0
    • None
    • CLI, Unparsing
    • None

      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.

              dthompson David Thompson
              slawrence Steve Lawrence
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: