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

ODF manifest.xml file does not conform to OASIS standard

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P4: Low P4: Low
    • 4.8.0
    • 4.7.1
    • ODF Writer
    • None
    • db860947715d72bf06d48b6de3c096c348e12432

      According to OASIS OpenDocument standard manifext.xml file should include a version attribute:

      http://docs.oasis-open.org/office/v1.2/csprd03/OpenDocument-v1.2-csprd03-part3.html#__RefHeading__752869_826425813

      One line in qtextodfwriter.cpp (line 127) is needed to do this:

      manifestWriter.writeAttribute(manifestNS, QString::fromLatin1("version"), QString::fromLatin1("1.2"));

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

            jkatz Jeremy Katz (Inactive)
            tomasstraupis Tomas Straupis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes