summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlstream/data
Commit message (Collapse)AuthorAgeFilesLines
* QXmlStream: Fix parsing of DTDs that contain empty markup declarationsJakub Wieczorek2009-11-252-0/+10
| | | | | | | | | | | | | | | | like e.g. <!DOCTYPE doc []> According to the specification, it is possible for a doctype to contain no markup declarations: http://www.w3.org/TR/xml/#sec-prolog-dtd "intSubset ::= (markupdecl | DeclSep)*" However, currently QXmlStreamReader would raise an error when encountering such a declaration. Merge-request: 1926 Reviewed-by: Peter Hartmann <peter.hartmann@nokia.com>
* Update obsolete URL's in code and docs.Jason McDonald2009-08-122-10/+10
| | | | Reviewed-by: Trust Me
* Long live Qt!Lars Knoll2009-03-23149-0/+4994