Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-481

NodeImpl does not handle multiple direct children of DocumentFragment correctly

XMLWordPrintable

      A DocumentFragment does not have to have a root element, nor does it have to be well formed.

      Both of these are valid fragments:

      1.
      DocumentFragment {
      <child>
      <nested/>
      </child>
      <child>
      <nested/>
      </child>
      }

      2.
      DocumentFragment {
      This is a text node
      <foo/>
      }

            Unassigned Unassigned
            jgreene@redhat.com Jason Greene
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: