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

QXmlStreamWriter: Be able to have a prefix before a namespace in an element

XMLWordPrintable

      QXmlStreamWriter: Be able to have a prefix before a namespace in an element, for example, SOAP has something like:

      <?xml version="1.0"?>
      <soap:Envelope
      xmlns:soap="http://www.w3.org/2001/12/soap-envelope"
      soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding">
      ...
      Message information goes here
      ...
      </soap:Envelope>

      However xmlns:soap is the namespace here and the soap:Envelope needs to come first, therefore it would be nice if it was possible to use QXmlStreamWriter to write out this sort of XML.

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

            Unassigned Unassigned
            andysh Andy Shaw
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes