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

QXmlStreamreader fails on tag exactly named "<File>"

    XMLWordPrintable

Details

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

    Description

      <?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>

      Attachments

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

        Activity

          People

            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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes