Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-17880

QXmlStreamreader fails on tag exactly named "<File>"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Not Evaluated Not Evaluated
    • None
    • 4.8.0
    • None

      <?xml version= "1.0" ?>
      <File>
      <A/>
      </File>

      errorString() = "Expected character data."
      lineNumber() = 3
      columnNumber() =8

      This however works:

      <?xml version= "1.0" ?>
      <File>
      foo
      </File>

      This as well:

      <?xml version= "1.0" ?>
      <NotFile>
      <A/>
      </NotFile>

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            phartman Peter Hartmann (closed Nokia identity) (Inactive)
            aep Arvid Picciani (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes