diff options
Diffstat (limited to 'tests/auto/qxmlsimplereader/xmldocs')
759 files changed, 3992 insertions, 0 deletions
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/001.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/001.xml new file mode 100644 index 0000000..d33ec68 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/001.xml @@ -0,0 +1,5 @@ +<doc>
+<doc
+?
+<a</a>
+</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/001.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/001.xml.ref new file mode 100644 index 0000000..e0fa20f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/001.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + fatalError(exception={columnNumber=1, lineNumber=3, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/002.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/002.xml new file mode 100644 index 0000000..0a64d52 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/002.xml @@ -0,0 +1,4 @@ +<doc>
+<.doc></.doc>
+</doc>
+
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/002.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/002.xml.ref new file mode 100644 index 0000000..8ebfac2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/002.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + fatalError(exception={columnNumber=2, lineNumber=2, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/003.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/003.xml new file mode 100644 index 0000000..e0b8bae --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/003.xml @@ -0,0 +1 @@ +<doc><? ?></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/003.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/003.xml.ref new file mode 100644 index 0000000..988690b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/003.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=8, lineNumber=1, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/004.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/004.xml new file mode 100644 index 0000000..e85bc96 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/004.xml @@ -0,0 +1 @@ +<doc><?target some data></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/004.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/004.xml.ref new file mode 100644 index 0000000..0085dfe --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/004.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=1, lineNumber=2, publicId="", systemId="", message="unexpected end of file"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/005.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/005.xml new file mode 100644 index 0000000..7cd44ef --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/005.xml @@ -0,0 +1 @@ +<doc><?target some data?</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/005.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/005.xml.ref new file mode 100644 index 0000000..0085dfe --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/005.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=1, lineNumber=2, publicId="", systemId="", message="unexpected end of file"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/006.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/006.xml new file mode 100644 index 0000000..8594c35 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/006.xml @@ -0,0 +1 @@ +<doc><!-- a comment -- another --></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/006.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/006.xml.ref new file mode 100644 index 0000000..3d07b93 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/006.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=23, lineNumber=1, publicId="", systemId="", message="error occurred while parsing comment"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/007.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/007.xml new file mode 100644 index 0000000..286756f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/007.xml @@ -0,0 +1 @@ +<doc>& no refc</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/007.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/007.xml.ref new file mode 100644 index 0000000..bbd182b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/007.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=10, lineNumber=1, publicId="", systemId="", message="error occurred while parsing reference"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/008.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/008.xml new file mode 100644 index 0000000..29ef403 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/008.xml @@ -0,0 +1 @@ +<doc>&.entity;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/008.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/008.xml.ref new file mode 100644 index 0000000..19d21b4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/008.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=7, lineNumber=1, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/009.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/009.xml new file mode 100644 index 0000000..8e3ff7d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/009.xml @@ -0,0 +1 @@ +<doc>&#RE;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/009.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/009.xml.ref new file mode 100644 index 0000000..a885634 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/009.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=8, lineNumber=1, publicId="", systemId="", message="error occurred while parsing reference"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/010.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/010.xml new file mode 100644 index 0000000..a679084 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/010.xml @@ -0,0 +1 @@ +<doc>A & B</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/010.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/010.xml.ref new file mode 100644 index 0000000..7db0ddb --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/010.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=9, lineNumber=1, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/011.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/011.xml new file mode 100644 index 0000000..57eaf9f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/011.xml @@ -0,0 +1 @@ +<doc a1></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/011.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/011.xml.ref new file mode 100644 index 0000000..bb83795 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/011.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=8, lineNumber=1, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/012.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/012.xml new file mode 100644 index 0000000..1b2539f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/012.xml @@ -0,0 +1 @@ +<doc a1=v1></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/012.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/012.xml.ref new file mode 100644 index 0000000..333fb0d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/012.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=9, lineNumber=1, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/013.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/013.xml new file mode 100644 index 0000000..3540df9 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/013.xml @@ -0,0 +1 @@ +<doc a1="v1'></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/013.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/013.xml.ref new file mode 100644 index 0000000..1fececc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/013.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=14, lineNumber=1, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/014.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/014.xml new file mode 100644 index 0000000..a613115 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/014.xml @@ -0,0 +1 @@ +<doc a1="<foo>"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/014.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/014.xml.ref new file mode 100644 index 0000000..a9230f2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/014.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=10, lineNumber=1, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/015.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/015.xml new file mode 100644 index 0000000..f2baf94 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/015.xml @@ -0,0 +1 @@ +<doc a1=></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/015.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/015.xml.ref new file mode 100644 index 0000000..333fb0d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/015.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=9, lineNumber=1, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/016.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/016.xml new file mode 100644 index 0000000..22d4b2e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/016.xml @@ -0,0 +1 @@ +<doc a1="v1" "v2"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/016.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/016.xml.ref new file mode 100644 index 0000000..e47a79c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/016.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=14, lineNumber=1, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/017.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/017.xml new file mode 100644 index 0000000..a76f592 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/017.xml @@ -0,0 +1 @@ +<doc><![CDATA[</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/017.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/017.xml.ref new file mode 100644 index 0000000..0085dfe --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/017.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=1, lineNumber=2, publicId="", systemId="", message="unexpected end of file"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/018.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/018.xml new file mode 100644 index 0000000..66e204a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/018.xml @@ -0,0 +1 @@ +<doc><![CDATA [ stuff]]></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/018.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/018.xml.ref new file mode 100644 index 0000000..651fa05 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/018.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=14, lineNumber=1, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/019.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/019.xml new file mode 100644 index 0000000..b835c2d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/019.xml @@ -0,0 +1 @@ +<doc></>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/019.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/019.xml.ref new file mode 100644 index 0000000..9196faa --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/019.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=8, lineNumber=1, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/020.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/020.xml new file mode 100644 index 0000000..b30cfcf --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/020.xml @@ -0,0 +1 @@ +<doc a1="A & B"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/020.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/020.xml.ref new file mode 100644 index 0000000..f52f775 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/020.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=13, lineNumber=1, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/021.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/021.xml new file mode 100644 index 0000000..1bfa84a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/021.xml @@ -0,0 +1 @@ +<doc a1="a&b"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/021.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/021.xml.ref new file mode 100644 index 0000000..02ae469 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/021.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=13, lineNumber=1, publicId="", systemId="", message="error occurred while parsing reference"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/022.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/022.xml new file mode 100644 index 0000000..44c803b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/022.xml @@ -0,0 +1 @@ +<doc a1="{:"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/022.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/022.xml.ref new file mode 100644 index 0000000..42bf38f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/022.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=15, lineNumber=1, publicId="", systemId="", message="error occurred while parsing reference"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/023.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/023.xml new file mode 100644 index 0000000..b877ae2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/023.xml @@ -0,0 +1 @@ +<doc 12="34"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/023.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/023.xml.ref new file mode 100644 index 0000000..94f5cfa --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/023.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=6, lineNumber=1, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/024.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/024.xml new file mode 100644 index 0000000..cf68f2c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/024.xml @@ -0,0 +1,3 @@ +<doc>
+<123></123>
+</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/024.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/024.xml.ref new file mode 100644 index 0000000..8ebfac2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/024.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + fatalError(exception={columnNumber=2, lineNumber=2, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/025.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/025.xml new file mode 100644 index 0000000..6cba95c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/025.xml @@ -0,0 +1 @@ +<doc>]]></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/025.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/025.xml.ref new file mode 100644 index 0000000..8f5d812 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/025.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=8, lineNumber=1, publicId="", systemId="", message="error occurred while parsing content"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/026.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/026.xml new file mode 100644 index 0000000..347984f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/026.xml @@ -0,0 +1 @@ +<doc>]]]></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/026.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/026.xml.ref new file mode 100644 index 0000000..3d0c743 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/026.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=9, lineNumber=1, publicId="", systemId="", message="error occurred while parsing content"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/027.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/027.xml new file mode 100644 index 0000000..cfafaf0 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/027.xml @@ -0,0 +1,3 @@ +<doc>
+<!-- abc
+</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/027.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/027.xml.ref new file mode 100644 index 0000000..178563e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/027.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + fatalError(exception={columnNumber=1, lineNumber=4, publicId="", systemId="", message="unexpected end of file"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/028.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/028.xml new file mode 100644 index 0000000..5227149 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/028.xml @@ -0,0 +1,4 @@ +<doc>
+<?a pi that is not closed
+</doc>
+
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/028.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/028.xml.ref new file mode 100644 index 0000000..45a6132 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/028.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + fatalError(exception={columnNumber=1, lineNumber=5, publicId="", systemId="", message="unexpected end of file"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/029.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/029.xml new file mode 100644 index 0000000..9a8008b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/029.xml @@ -0,0 +1 @@ +<doc>abc]]]>def</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/029.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/029.xml.ref new file mode 100644 index 0000000..da04309 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/029.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=12, lineNumber=1, publicId="", systemId="", message="error occurred while parsing content"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/030.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/030.xml new file mode 100644 index 0000000..25861fa --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/030.xml @@ -0,0 +1 @@ +<doc>A form feed () is not legal in data</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/030.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/030.xml.ref new file mode 100644 index 0000000..3d7b2fd --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/030.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="A form feed () is not legal in data") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/031.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/031.xml new file mode 100644 index 0000000..f946536 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/031.xml @@ -0,0 +1 @@ +<doc><?pi a form feed () is not allowed in a pi?></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/031.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/031.xml.ref new file mode 100644 index 0000000..240d633 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/031.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + processingInstruction(target="pi", data="a form feed () is not allowed in a pi") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/032.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/032.xml new file mode 100644 index 0000000..7595201 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/032.xml @@ -0,0 +1 @@ +<doc><!-- a form feed () is not allowed in a comment --></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/032.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/032.xml.ref new file mode 100644 index 0000000..a85cab7 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/032.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + comment(ch=" a form feed () is not allowed in a comment ") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/033.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/033.xml new file mode 100644 index 0000000..afd2328 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/033.xml @@ -0,0 +1 @@ +<doc>abcdef</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/033.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/033.xml.ref new file mode 100644 index 0000000..a059f8e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/033.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="abcdef") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/034.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/034.xml new file mode 100644 index 0000000..d74a777 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/034.xml @@ -0,0 +1 @@ +<doc>A form-feed is not white space or a name character</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/034.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/034.xml.ref new file mode 100644 index 0000000..723dc1a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/034.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=5, lineNumber=1, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/035.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/035.xml new file mode 100644 index 0000000..e1fc920 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/035.xml @@ -0,0 +1 @@ +<doc>1 < 2 but not in XML</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/035.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/035.xml.ref new file mode 100644 index 0000000..6ca9412 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/035.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="1 ") + fatalError(exception={columnNumber=9, lineNumber=1, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/036.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/036.xml new file mode 100644 index 0000000..b8ecb21 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/036.xml @@ -0,0 +1,2 @@ +<doc></doc>
+Illegal data
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/036.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/036.xml.ref new file mode 100644 index 0000000..5341fe5 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/036.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") + fatalError(exception={columnNumber=1, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/037.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/037.xml new file mode 100644 index 0000000..2e02662 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/037.xml @@ -0,0 +1,2 @@ +<doc></doc>
+ 
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/037.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/037.xml.ref new file mode 100644 index 0000000..5341fe5 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/037.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") + fatalError(exception={columnNumber=1, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/038.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/038.xml new file mode 100644 index 0000000..68b2803 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/038.xml @@ -0,0 +1 @@ +<doc x="foo" y="bar" x="baz"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/038.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/038.xml.ref new file mode 100644 index 0000000..914f7ed --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/038.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="x", qName="x", uri="", type="CDATA", value="foo"}, {localName="y", qName="y", uri="", type="CDATA", value="bar"}, {localName="x", qName="x", uri="", type="CDATA", value="baz"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/039.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/039.xml new file mode 100644 index 0000000..80429e3 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/039.xml @@ -0,0 +1 @@ +<doc><a></aa></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/039.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/039.xml.ref new file mode 100644 index 0000000..82a6711 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/039.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + startElement(namespaceURI="", localName="a", qName="a", atts=[]) + fatalError(exception={columnNumber=13, lineNumber=1, publicId="", systemId="", message="tag mismatch"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/040.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/040.xml new file mode 100644 index 0000000..dc8ba5a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/040.xml @@ -0,0 +1,2 @@ +<doc></doc>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/040.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/040.xml.ref new file mode 100644 index 0000000..a28c24a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/040.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") + fatalError(exception={columnNumber=2, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/041.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/041.xml new file mode 100644 index 0000000..30bcdd6 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/041.xml @@ -0,0 +1,2 @@ +<doc/>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/041.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/041.xml.ref new file mode 100644 index 0000000..a28c24a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/041.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") + fatalError(exception={columnNumber=2, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/042.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/042.xml new file mode 100644 index 0000000..4ae50ef --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/042.xml @@ -0,0 +1 @@ +<doc/></doc/>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/042.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/042.xml.ref new file mode 100644 index 0000000..493c67a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/042.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") + fatalError(exception={columnNumber=8, lineNumber=1, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/043.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/043.xml new file mode 100644 index 0000000..41824ee --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/043.xml @@ -0,0 +1,2 @@ +<doc/>
+Illegal data
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/043.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/043.xml.ref new file mode 100644 index 0000000..5341fe5 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/043.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") + fatalError(exception={columnNumber=1, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/044.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/044.xml new file mode 100644 index 0000000..3fc232d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/044.xml @@ -0,0 +1 @@ +<doc/><doc/>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/044.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/044.xml.ref new file mode 100644 index 0000000..493c67a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/044.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") + fatalError(exception={columnNumber=8, lineNumber=1, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/045.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/045.xml new file mode 100644 index 0000000..00c10f0 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/045.xml @@ -0,0 +1,4 @@ +<doc>
+<a/
+</doc>
+
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/045.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/045.xml.ref new file mode 100644 index 0000000..d030deb --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/045.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + startElement(namespaceURI="", localName="a", qName="a", atts=[]) + endElement(namespaceURI="", localName="a", qName="a") + fatalError(exception={columnNumber=4, lineNumber=2, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/046.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/046.xml new file mode 100644 index 0000000..265cb15 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/046.xml @@ -0,0 +1,3 @@ +<doc>
+<a/</a>
+</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/046.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/046.xml.ref new file mode 100644 index 0000000..d030deb --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/046.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + startElement(namespaceURI="", localName="a", qName="a", atts=[]) + endElement(namespaceURI="", localName="a", qName="a") + fatalError(exception={columnNumber=4, lineNumber=2, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/047.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/047.xml new file mode 100644 index 0000000..d18a4a4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/047.xml @@ -0,0 +1,3 @@ +<doc>
+<a / >
+</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/047.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/047.xml.ref new file mode 100644 index 0000000..4693ac4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/047.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + startElement(namespaceURI="", localName="a", qName="a", atts=[]) + endElement(namespaceURI="", localName="a", qName="a") + fatalError(exception={columnNumber=5, lineNumber=2, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/048.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/048.xml new file mode 100644 index 0000000..67419c1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/048.xml @@ -0,0 +1,3 @@ +<doc>
+</doc>
+<![CDATA[]]>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/048.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/048.xml.ref new file mode 100644 index 0000000..f8e19b6 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/048.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + endElement(namespaceURI="", localName="doc", qName="doc") + fatalError(exception={columnNumber=3, lineNumber=3, publicId="", systemId="", message="error occurred while parsing comment"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/049.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/049.xml new file mode 100644 index 0000000..3cf0e79 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/049.xml @@ -0,0 +1,4 @@ +<doc>
+<a><![CDATA[xyz]]]></a>
+<![CDATA[]]></a>
+</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/049.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/049.xml.ref new file mode 100644 index 0000000..1d89054 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/049.xml.ref @@ -0,0 +1,14 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + startElement(namespaceURI="", localName="a", qName="a", atts=[]) + startCDATA() + characters(ch="xyz]") + endCDATA() + endElement(namespaceURI="", localName="a", qName="a") + characters(ch="\r\n") + startCDATA() + characters(ch="") + endCDATA() + fatalError(exception={columnNumber=16, lineNumber=3, publicId="", systemId="", message="tag mismatch"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/050.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/050.xml new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/050.xml diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/050.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/050.xml.ref new file mode 100644 index 0000000..2a3b59e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/050.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=1, lineNumber=1, publicId="", systemId="", message="unexpected end of file"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/051.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/051.xml new file mode 100644 index 0000000..b52df12 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/051.xml @@ -0,0 +1,3 @@ +<!-- a comment -->
+<![CDATA[]]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/051.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/051.xml.ref new file mode 100644 index 0000000..71c3e0d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/051.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + comment(ch=" a comment ") + fatalError(exception={columnNumber=3, lineNumber=2, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/052.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/052.xml new file mode 100644 index 0000000..8283895 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/052.xml @@ -0,0 +1,3 @@ +<!-- a comment -->
+ 
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/052.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/052.xml.ref new file mode 100644 index 0000000..42126fd --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/052.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + comment(ch=" a comment ") + fatalError(exception={columnNumber=1, lineNumber=2, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/053.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/053.xml new file mode 100644 index 0000000..9d7f369 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/053.xml @@ -0,0 +1 @@ +<doc></DOC>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/053.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/053.xml.ref new file mode 100644 index 0000000..515dd0b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/053.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=11, lineNumber=1, publicId="", systemId="", message="tag mismatch"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/054.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/054.xml new file mode 100644 index 0000000..eda553c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/054.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY foo PUBLIC "some public id">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/054.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/054.xml.ref new file mode 100644 index 0000000..18412e3 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/054.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=37, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/055.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/055.xml new file mode 100644 index 0000000..cbb3683 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/055.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc [
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/055.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/055.xml.ref new file mode 100644 index 0000000..3e1e132 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/055.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=2, lineNumber=2, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/056.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/056.xml new file mode 100644 index 0000000..a681684 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/056.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc -- a comment -- []>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/056.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/056.xml.ref new file mode 100644 index 0000000..938a47c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/056.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=15, lineNumber=1, publicId="", systemId="", message="error occurred while parsing document type definition"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/057.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/057.xml new file mode 100644 index 0000000..848d347 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/057.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY e "whatever" -- a comment -->
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/057.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/057.xml.ref new file mode 100644 index 0000000..28576a7 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/057.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="whatever") + fatalError(exception={columnNumber=23, lineNumber=2, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/058.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/058.xml new file mode 100644 index 0000000..daba266 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/058.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 (foo,bar) #IMPLIED>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/058.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/058.xml.ref new file mode 100644 index 0000000..aa3101b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/058.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=22, lineNumber=3, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/059.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/059.xml new file mode 100644 index 0000000..316083d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/059.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 NMTOKEN v1>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/059.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/059.xml.ref new file mode 100644 index 0000000..d0c60b2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/059.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=26, lineNumber=3, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/060.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/060.xml new file mode 100644 index 0000000..9a610fd --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/060.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 NAME #IMPLIED>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/060.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/060.xml.ref new file mode 100644 index 0000000..22f1636 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/060.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=19, lineNumber=3, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/061.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/061.xml new file mode 100644 index 0000000..59181e7 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/061.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY e PUBLIC "whatever""e.ent">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/061.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/061.xml.ref new file mode 100644 index 0000000..d49ec68 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/061.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=29, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/062.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/062.xml new file mode 100644 index 0000000..e62e9cd --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/062.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY foo"some text">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/062.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/062.xml.ref new file mode 100644 index 0000000..2388c50 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/062.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=13, lineNumber=2, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/063.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/063.xml new file mode 100644 index 0000000..98675b9 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/063.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<![INCLUDE[ ]]>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/063.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/063.xml.ref new file mode 100644 index 0000000..c0c9152 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/063.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=3, lineNumber=2, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/064.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/064.xml new file mode 100644 index 0000000..3888c46 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/064.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST e a1 CDATA"foo">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/064.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/064.xml.ref new file mode 100644 index 0000000..11ba2bd --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/064.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=21, lineNumber=3, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/065.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/065.xml new file mode 100644 index 0000000..da9cafd --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/065.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1(foo|bar) #IMPLIED>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/065.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/065.xml.ref new file mode 100644 index 0000000..c91f859 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/065.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=17, lineNumber=3, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/066.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/066.xml new file mode 100644 index 0000000..9c09eb4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/066.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 (foo|bar)#IMPLIED>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/066.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/066.xml.ref new file mode 100644 index 0000000..f044a71 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/066.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=27, lineNumber=3, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/067.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/067.xml new file mode 100644 index 0000000..7e0809b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/067.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 (foo)"foo">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/067.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/067.xml.ref new file mode 100644 index 0000000..519e67f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/067.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=23, lineNumber=3, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/068.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/068.xml new file mode 100644 index 0000000..53a80a8 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/068.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 NOTATION(foo) #IMPLIED>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/068.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/068.xml.ref new file mode 100644 index 0000000..aa7a9e3 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/068.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=26, lineNumber=3, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/069.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/069.xml new file mode 100644 index 0000000..6f891dd --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/069.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!NOTATION eps SYSTEM "eps.exe">
+<!-- missing space before NDATA -->
+<!ENTITY foo SYSTEM "foo.eps"NDATA eps>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/069.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/069.xml.ref new file mode 100644 index 0000000..4d729c5 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/069.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + notationDecl(name="eps", publicId="", systemId="eps.exe") + comment(ch=" missing space before NDATA ") + fatalError(exception={columnNumber=30, lineNumber=4, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/070.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/070.xml new file mode 100644 index 0000000..faf4b0a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/070.xml @@ -0,0 +1,2 @@ +<!-- a comment ending with three dashes --->
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/070.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/070.xml.ref new file mode 100644 index 0000000..f24226f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/070.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=43, lineNumber=1, publicId="", systemId="", message="error occurred while parsing comment"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/071.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/071.xml new file mode 100644 index 0000000..5bd3908 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/071.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ENTITY e1 "&e2;">
+<!ENTITY e2 "&e3;">
+<!ENTITY e3 "&e1;">
+]>
+<doc>&e1;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/071.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/071.xml.ref new file mode 100644 index 0000000..da8c934 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/071.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e1", value="&e2;") + internatlEntityDecl(name="e2", value="&e3;") + internatlEntityDecl(name="e3", value="&e1;") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=9, lineNumber=6, publicId="", systemId="", message="recursive entities"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/072.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/072.xml new file mode 100644 index 0000000..743ba79 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/072.xml @@ -0,0 +1 @@ +<doc>&foo;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/072.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/072.xml.ref new file mode 100644 index 0000000..48fd72b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/072.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + skippedEntity(name="foo") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/073.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/073.xml new file mode 100644 index 0000000..2578af4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/073.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY e "whatever">
+]>
+<doc>&f;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/073.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/073.xml.ref new file mode 100644 index 0000000..b60c7d4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/073.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="whatever") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + skippedEntity(name="f") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/074.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/074.xml new file mode 100644 index 0000000..f8abaeb --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/074.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ENTITY e "</foo><foo>">
+]>
+<doc>
+<foo>&e;</foo>
+</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/074.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/074.xml.ref new file mode 100644 index 0000000..df8552d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/074.xml.ref @@ -0,0 +1,14 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="</foo><foo>") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + startElement(namespaceURI="", localName="foo", qName="foo", atts=[]) + endElement(namespaceURI="", localName="foo", qName="foo") + startElement(namespaceURI="", localName="foo", qName="foo", atts=[]) + endElement(namespaceURI="", localName="foo", qName="foo") + characters(ch="\r\n") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/075.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/075.xml new file mode 100644 index 0000000..d3dbf50 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/075.xml @@ -0,0 +1,7 @@ +<!DOCTYPE doc [
+<!ENTITY e1 "&e2;">
+<!ENTITY e2 "&e3;">
+<!ENTITY e3 "&e1;">
+]>
+<doc a="&e1;"></doc>
+
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/075.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/075.xml.ref new file mode 100644 index 0000000..5d8b179 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/075.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e1", value="&e2;") + internatlEntityDecl(name="e2", value="&e3;") + internatlEntityDecl(name="e3", value="&e1;") + endDTD() + fatalError(exception={columnNumber=12, lineNumber=6, publicId="", systemId="", message="recursive entities"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/076.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/076.xml new file mode 100644 index 0000000..6054672 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/076.xml @@ -0,0 +1 @@ +<doc a="&foo;"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/076.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/076.xml.ref new file mode 100644 index 0000000..6a8b319 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/076.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + skippedEntity(name="foo") + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a", qName="a", uri="", type="CDATA", value=""}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/077.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/077.xml new file mode 100644 index 0000000..f8ac23a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/077.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY foo "&bar;">
+]>
+<doc a="&foo;"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/077.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/077.xml.ref new file mode 100644 index 0000000..4458152 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/077.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="foo", value="&bar;") + endDTD() + skippedEntity(name="bar") + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a", qName="a", uri="", type="CDATA", value=""}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/078.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/078.xml new file mode 100644 index 0000000..446cd85 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/078.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a CDATA "&foo;">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/078.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/078.xml.ref new file mode 100644 index 0000000..985f71c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/078.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + skippedEntity(name="foo") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/079.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/079.xml new file mode 100644 index 0000000..da016fd --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/079.xml @@ -0,0 +1,8 @@ +<!DOCTYPE doc [
+<!ENTITY e1 "&e2;">
+<!ENTITY e2 "&e3;">
+<!ENTITY e3 "&e1;">
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a CDATA "&e1;">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/079.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/079.xml.ref new file mode 100644 index 0000000..a598337 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/079.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e1", value="&e2;") + internatlEntityDecl(name="e2", value="&e3;") + internatlEntityDecl(name="e3", value="&e1;") + fatalError(exception={columnNumber=27, lineNumber=6, publicId="", systemId="", message="recursive entities"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/080.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/080.xml new file mode 100644 index 0000000..fa4b9e4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/080.xml @@ -0,0 +1,8 @@ +<!DOCTYPE doc [
+<!ENTITY e1 "&e2;">
+<!ENTITY e2 "&e3;">
+<!ENTITY e3 "&e1;">
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a CDATA #FIXED "&e1;">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/080.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/080.xml.ref new file mode 100644 index 0000000..13ee47b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/080.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e1", value="&e2;") + internatlEntityDecl(name="e2", value="&e3;") + internatlEntityDecl(name="e3", value="&e1;") + fatalError(exception={columnNumber=34, lineNumber=6, publicId="", systemId="", message="recursive entities"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/081.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/081.xml new file mode 100644 index 0000000..d676100 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/081.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY e SYSTEM "nul">
+]>
+<doc a="&e;"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/081.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/081.xml.ref new file mode 100644 index 0000000..4d386e4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/081.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="e", publicId="", systemId="nul") + endDTD() + fatalError(exception={columnNumber=11, lineNumber=4, publicId="", systemId="", message="external parsed general entity reference not allowed in attribute value"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/082.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/082.xml new file mode 100644 index 0000000..3217d6f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/082.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ENTITY e SYSTEM "nul">
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a CDATA "&e;">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/082.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/082.xml.ref new file mode 100644 index 0000000..eb81754 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/082.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="e", publicId="", systemId="nul") + fatalError(exception={columnNumber=26, lineNumber=4, publicId="", systemId="", message="external parsed general entity reference not allowed in attribute value"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/083.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/083.xml new file mode 100644 index 0000000..469d43f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/083.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY e SYSTEM "nul" NDATA n>
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/083.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/083.xml.ref new file mode 100644 index 0000000..ac1caa8 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/083.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + unparsedEntityDecl(name="e", publicId="", systemId="nul", notationName="n") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=8, lineNumber=4, publicId="", systemId="", message="unparsed entity reference in wrong context"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/084.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/084.xml new file mode 100644 index 0000000..abbbcde --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/084.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ENTITY e SYSTEM "nul" NDATA n>
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a CDATA "&e;">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/084.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/084.xml.ref new file mode 100644 index 0000000..9f69b94 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/084.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + unparsedEntityDecl(name="e", publicId="", systemId="nul", notationName="n") + fatalError(exception={columnNumber=26, lineNumber=4, publicId="", systemId="", message="unparsed entity reference in wrong context"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/085.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/085.xml new file mode 100644 index 0000000..ac0aeca --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/085.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc PUBLIC "[" "null.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/085.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/085.xml.ref new file mode 100644 index 0000000..4db671e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/085.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="[", systemId="null.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/086.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/086.xml new file mode 100644 index 0000000..df6adfd --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/086.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY foo PUBLIC "[" "null.xml">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/086.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/086.xml.ref new file mode 100644 index 0000000..6254d59 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/086.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="foo", publicId="[", systemId="null.xml") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/087.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/087.xml new file mode 100644 index 0000000..ed49492 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/087.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!NOTATION foo PUBLIC "[" "null.ent">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/087.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/087.xml.ref new file mode 100644 index 0000000..8ec0ab3 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/087.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + notationDecl(name="foo", publicId="[", systemId="null.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/088.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/088.xml new file mode 100644 index 0000000..da0a68c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/088.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a CDATA #IMPLIED>
+<!ENTITY e '"'>
+]>
+<doc a="&e;></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/088.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/088.xml.ref new file mode 100644 index 0000000..27ed4e5 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/088.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + internatlEntityDecl(name="e", value="\"") + endDTD() + fatalError(exception={columnNumber=13, lineNumber=6, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/089.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/089.xml new file mode 100644 index 0000000..0c6cf40 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/089.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY % foo SYSTEM "foo.xml" NDATA bar>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/089.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/089.xml.ref new file mode 100644 index 0000000..910213b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/089.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="%foo", publicId="", systemId="foo.xml") + fatalError(exception={columnNumber=33, lineNumber=2, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/090.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/090.xml new file mode 100644 index 0000000..3fb72f3 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/090.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY e "<foo a='<'></foo>">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/090.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/090.xml.ref new file mode 100644 index 0000000..bc4280a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/090.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="<foo a='<'></foo>") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=8, lineNumber=4, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/091.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/091.xml new file mode 100644 index 0000000..a61d091 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/091.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!NOTATION n SYSTEM "n">
+<!ENTITY % foo SYSTEM "foo.xml" NDATA n>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/091.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/091.xml.ref new file mode 100644 index 0000000..c894440 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/091.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + notationDecl(name="n", publicId="", systemId="n") + externalEntityDecl(name="%foo", publicId="", systemId="foo.xml") + fatalError(exception={columnNumber=33, lineNumber=3, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/092.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/092.xml new file mode 100644 index 0000000..be5266d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/092.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY e "<foo a='&'></foo>">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/092.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/092.xml.ref new file mode 100644 index 0000000..4469beb --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/092.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="<foo a='&'></foo>") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=8, lineNumber=4, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/093.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/093.xml new file mode 100644 index 0000000..4af61bc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/093.xml @@ -0,0 +1 @@ +<doc>X</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/093.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/093.xml.ref new file mode 100644 index 0000000..a885634 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/093.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=8, lineNumber=1, publicId="", systemId="", message="error occurred while parsing reference"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/094.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/094.xml new file mode 100644 index 0000000..bdec7a4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/094.xml @@ -0,0 +1,2 @@ +<?xml VERSION="1.0"?>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/094.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/094.xml.ref new file mode 100644 index 0000000..f37fb58 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/094.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=20, lineNumber=1, publicId="", systemId="", message="version expected while reading the XML declaration"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/095.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/095.xml new file mode 100644 index 0000000..090b8b4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/095.xml @@ -0,0 +1,2 @@ +<?xml encoding="UTF-8" version="1.0"?>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/095.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/095.xml.ref new file mode 100644 index 0000000..8852f79 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/095.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=23, lineNumber=1, publicId="", systemId="", message="version expected while reading the XML declaration"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/096.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/096.xml new file mode 100644 index 0000000..d806c3b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/096.xml @@ -0,0 +1,2 @@ +<?xml version="1.0"encoding="UTF-8" ?>
+<doc></doc>
\ No newline at end of file diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/096.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/096.xml.ref new file mode 100644 index 0000000..ddca718 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/096.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=20, lineNumber=1, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/097.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/097.xml new file mode 100644 index 0000000..d4def54 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/097.xml @@ -0,0 +1,2 @@ +<?xml version="1.0' encoding="UTF-8" ?>
+<doc></doc>
\ No newline at end of file diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/097.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/097.xml.ref new file mode 100644 index 0000000..962de94 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/097.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=31, lineNumber=1, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/098.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/098.xml new file mode 100644 index 0000000..9798496 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/098.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" version="1.0"?>
+<doc></doc>
\ No newline at end of file diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/098.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/098.xml.ref new file mode 100644 index 0000000..c1665a4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/098.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=34, lineNumber=1, publicId="", systemId="", message="encoding declaration or standalone declaration expected while reading the XML declaration"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/099.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/099.xml new file mode 100644 index 0000000..d5be08e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/099.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" valid="no" ?>
+<doc></doc>
\ No newline at end of file diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/099.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/099.xml.ref new file mode 100644 index 0000000..2d4e851 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/099.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=31, lineNumber=1, publicId="", systemId="", message="encoding declaration or standalone declaration expected while reading the XML declaration"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/100.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/100.xml new file mode 100644 index 0000000..51e0623 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/100.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" standalone="YES" ?>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/100.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/100.xml.ref new file mode 100644 index 0000000..eba06f2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/100.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=37, lineNumber=1, publicId="", systemId="", message="wrong value for standalone declaration"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/101.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/101.xml new file mode 100644 index 0000000..afa5a45 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/101.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding=" UTF-8"?>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/101.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/101.xml.ref new file mode 100644 index 0000000..068a6ae --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/101.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + processingInstruction(target="xml", data="version='1.0' encoding=' UTF-8'") + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/102.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/102.xml new file mode 100644 index 0000000..8734ada --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/102.xml @@ -0,0 +1,2 @@ +<?xml version="1.0 " ?>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/102.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/102.xml.ref new file mode 100644 index 0000000..86b6ce0 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/102.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + processingInstruction(target="xml", data="version='1.0 '") + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/103.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/103.xml new file mode 100644 index 0000000..6c47167 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/103.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY e "<foo>">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/103.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/103.xml.ref new file mode 100644 index 0000000..7a82f96 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/103.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="<foo>") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + startElement(namespaceURI="", localName="foo", qName="foo", atts=[]) + fatalError(exception={columnNumber=14, lineNumber=4, publicId="", systemId="", message="tag mismatch"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/104.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/104.xml new file mode 100644 index 0000000..dd57396 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/104.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY e "<foo>">
+]>
+<doc>&e;</foo></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/104.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/104.xml.ref new file mode 100644 index 0000000..8059be1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/104.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="<foo>") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + startElement(namespaceURI="", localName="foo", qName="foo", atts=[]) + endElement(namespaceURI="", localName="foo", qName="foo") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/105.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/105.xml new file mode 100644 index 0000000..809e705 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/105.xml @@ -0,0 +1,4 @@ +<?pi stuff?>
+<![CDATA[]]>
+<doc>
+</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/105.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/105.xml.ref new file mode 100644 index 0000000..ff94b32 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/105.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + processingInstruction(target="pi", data="stuff") + fatalError(exception={columnNumber=3, lineNumber=2, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/106.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/106.xml new file mode 100644 index 0000000..d32319e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/106.xml @@ -0,0 +1,2 @@ +<?pi data?>
+ <doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/106.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/106.xml.ref new file mode 100644 index 0000000..e5c6c6b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/106.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + processingInstruction(target="pi", data="data") + fatalError(exception={columnNumber=1, lineNumber=2, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/107.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/107.xml new file mode 100644 index 0000000..3dfd820 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/107.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<![CDATA[]]>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/107.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/107.xml.ref new file mode 100644 index 0000000..c0c9152 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/107.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=3, lineNumber=2, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/108.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/108.xml new file mode 100644 index 0000000..af5cf50 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/108.xml @@ -0,0 +1,3 @@ +<doc>
+<![CDATA [ ]]>
+</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/108.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/108.xml.ref new file mode 100644 index 0000000..3be3623 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/108.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + fatalError(exception={columnNumber=9, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/109.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/109.xml new file mode 100644 index 0000000..5afc03e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/109.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY e "<doc></doc>">
+]>
+&e;
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/109.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/109.xml.ref new file mode 100644 index 0000000..13140d8 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/109.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="<doc></doc>") + endDTD() + fatalError(exception={columnNumber=1, lineNumber=4, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/110.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/110.xml new file mode 100644 index 0000000..cf54ebe --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/110.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ENTITY e "">
+]>
+<doc></doc>
+&e;
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/110.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/110.xml.ref new file mode 100644 index 0000000..aa5b66c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/110.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") + fatalError(exception={columnNumber=1, lineNumber=5, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/111.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/111.xml new file mode 100644 index 0000000..84a469f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/111.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY e "foo='bar'">
+]>
+<doc &e;></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/111.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/111.xml.ref new file mode 100644 index 0000000..d611ecd --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/111.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="foo='bar'") + endDTD() + fatalError(exception={columnNumber=6, lineNumber=4, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/112.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/112.xml new file mode 100644 index 0000000..0c5c1a4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/112.xml @@ -0,0 +1,3 @@ +<doc>
+<![cdata[data]]>
+</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/112.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/112.xml.ref new file mode 100644 index 0000000..db6c1f3 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/112.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + fatalError(exception={columnNumber=4, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/113.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/113.xml new file mode 100644 index 0000000..04fc9d2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/113.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY % foo "&">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/113.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/113.xml.ref new file mode 100644 index 0000000..af3a137 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/113.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=18, lineNumber=2, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/114.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/114.xml new file mode 100644 index 0000000..1261ee4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/114.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY foo "&">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/114.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/114.xml.ref new file mode 100644 index 0000000..611a07b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/114.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=16, lineNumber=2, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/115.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/115.xml new file mode 100644 index 0000000..f111dbe --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/115.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY e "&">
+]>
+<doc a="&e;"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/115.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/115.xml.ref new file mode 100644 index 0000000..d4a1b97 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/115.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="&") + endDTD() + fatalError(exception={columnNumber=12, lineNumber=4, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/116.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/116.xml new file mode 100644 index 0000000..84bb762 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/116.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY e "&#9">
+]>
+<doc>&e;7;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/116.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/116.xml.ref new file mode 100644 index 0000000..f69ee0b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/116.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="	") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="a") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/117.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/117.xml new file mode 100644 index 0000000..e4a5e57 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/117.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY e "&">
+]>
+<doc>&e;#97;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/117.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/117.xml.ref new file mode 100644 index 0000000..9c54b53 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/117.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="&") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="a") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/118.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/118.xml new file mode 100644 index 0000000..494d53d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/118.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY e "#">
+]>
+<doc>&&e;97;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/118.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/118.xml.ref new file mode 100644 index 0000000..714b497 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/118.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="#") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=7, lineNumber=4, publicId="", systemId="", message="error occurred while parsing reference"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/119.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/119.xml new file mode 100644 index 0000000..aefaa44 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/119.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ENTITY e "&">
+]>
+<doc>
+&e;#38;
+</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/119.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/119.xml.ref new file mode 100644 index 0000000..625f318 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/119.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="&") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n&\r\n") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/120.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/120.xml new file mode 100644 index 0000000..b7d6ff9 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/120.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ENTITY e "&">
+]>
+<doc>
+&e;
+</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/120.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/120.xml.ref new file mode 100644 index 0000000..56edb37 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/120.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="&") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=4, lineNumber=5, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/121.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/121.xml new file mode 100644 index 0000000..2b4adcc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/121.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY #DEFAULT "default">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/121.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/121.xml.ref new file mode 100644 index 0000000..a9f2c8f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/121.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=10, lineNumber=2, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/122.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/122.xml new file mode 100644 index 0000000..ef0b057 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/122.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (a, (b) | c)?>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/122.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/122.xml.ref new file mode 100644 index 0000000..37b53fc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/122.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/123.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/123.xml new file mode 100644 index 0000000..06d65f0 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/123.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc ((doc?)))>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/123.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/123.xml.ref new file mode 100644 index 0000000..66978b9 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/123.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=23, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/124.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/124.xml new file mode 100644 index 0000000..3bbe0f9 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/124.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (doc|#PCDATA)*>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/124.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/124.xml.ref new file mode 100644 index 0000000..dc05a44 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/124.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=20, lineNumber=2, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/125.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/125.xml new file mode 100644 index 0000000..5f9c22c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/125.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc ((#PCDATA))>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/125.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/125.xml.ref new file mode 100644 index 0000000..b60c551 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/125.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=17, lineNumber=2, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/126.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/126.xml new file mode 100644 index 0000000..13e74d6 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/126.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)+>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/126.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/126.xml.ref new file mode 100644 index 0000000..03465a2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/126.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=24, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/127.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/127.xml new file mode 100644 index 0000000..a379b9e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/127.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)?>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/127.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/127.xml.ref new file mode 100644 index 0000000..03465a2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/127.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=24, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/128.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/128.xml new file mode 100644 index 0000000..dd706bb --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/128.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc CDATA>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/128.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/128.xml.ref new file mode 100644 index 0000000..45764a1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/128.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=15, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/129.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/129.xml new file mode 100644 index 0000000..d4e4461 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/129.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc - - (#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/129.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/129.xml.ref new file mode 100644 index 0000000..45764a1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/129.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=15, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/130.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/130.xml new file mode 100644 index 0000000..fa7be64 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/130.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (doc?) +(foo)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/130.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/130.xml.ref new file mode 100644 index 0000000..ad943c6 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/130.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=22, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/131.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/131.xml new file mode 100644 index 0000000..f34ed45 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/131.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (doc?) -(foo)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/131.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/131.xml.ref new file mode 100644 index 0000000..ad943c6 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/131.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=22, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/132.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/132.xml new file mode 100644 index 0000000..ab6cc41 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/132.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (a, (b, c), (d, (e, f) | g))?>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/132.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/132.xml.ref new file mode 100644 index 0000000..37b53fc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/132.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/133.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/133.xml new file mode 100644 index 0000000..d2aa604 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/133.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (a *)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/133.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/133.xml.ref new file mode 100644 index 0000000..d0b59c5 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/133.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=18, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/134.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/134.xml new file mode 100644 index 0000000..c8919c5 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/134.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (a) *>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/134.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/134.xml.ref new file mode 100644 index 0000000..9da787c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/134.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=19, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/135.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/135.xml new file mode 100644 index 0000000..e639e8b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/135.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (a & b)?>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/135.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/135.xml.ref new file mode 100644 index 0000000..d0b59c5 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/135.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=18, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/136.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/136.xml new file mode 100644 index 0000000..499e68b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/136.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc O O (#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/136.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/136.xml.ref new file mode 100644 index 0000000..45764a1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/136.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=15, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/137.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/137.xml new file mode 100644 index 0000000..723b77f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/137.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc(#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/137.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/137.xml.ref new file mode 100644 index 0000000..58b922a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/137.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=14, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/138.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/138.xml new file mode 100644 index 0000000..16934cc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/138.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (doc*?)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/138.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/138.xml.ref new file mode 100644 index 0000000..51b93a7 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/138.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=20, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/139.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/139.xml new file mode 100644 index 0000000..34df52e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/139.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc ()>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/139.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/139.xml.ref new file mode 100644 index 0000000..5344a45 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/139.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=16, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/140.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/140.xml new file mode 100644 index 0000000..467d5ed --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/140.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY e "<゚></゚>">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/140.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/140.xml.ref new file mode 100644 index 0000000..123df1a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/140.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="<゚></゚>") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=8, lineNumber=4, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/141.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/141.xml new file mode 100644 index 0000000..409d0a7 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/141.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY e "<X๜></X๜>">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/141.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/141.xml.ref new file mode 100644 index 0000000..1b6d921 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/141.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="<X></X>") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=8, lineNumber=4, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/142.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/142.xml new file mode 100644 index 0000000..20e88f8 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/142.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc>�</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/142.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/142.xml.ref Binary files differnew file mode 100644 index 0000000..7ce4da6 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/142.xml.ref diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/143.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/143.xml new file mode 100644 index 0000000..0ee1c61 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/143.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/143.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/143.xml.ref new file mode 100644 index 0000000..664bfb7 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/143.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/144.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/144.xml new file mode 100644 index 0000000..437548c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/144.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/144.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/144.xml.ref new file mode 100644 index 0000000..8d31430 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/144.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/145.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/145.xml new file mode 100644 index 0000000..71b187a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/145.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc>�</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/145.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/145.xml.ref new file mode 100644 index 0000000..279ece7 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/145.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/146.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/146.xml new file mode 100644 index 0000000..d0bfbca --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/146.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc>�</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/146.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/146.xml.ref Binary files differnew file mode 100644 index 0000000..7ce4da6 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/146.xml.ref diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/147.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/147.xml new file mode 100644 index 0000000..3b61456 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/147.xml @@ -0,0 +1,3 @@ +
+<?xml version="1.0"?>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/147.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/147.xml.ref new file mode 100644 index 0000000..dd85a80 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/147.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=6, lineNumber=2, publicId="", systemId="", message="invalid name for processing instruction"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/148.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/148.xml new file mode 100644 index 0000000..774dce1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/148.xml @@ -0,0 +1,3 @@ +<!-- -->
+<?xml version="1.0"?>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/148.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/148.xml.ref new file mode 100644 index 0000000..9b58eb0 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/148.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + comment(ch=" ") + fatalError(exception={columnNumber=6, lineNumber=2, publicId="", systemId="", message="invalid name for processing instruction"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/149.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/149.xml new file mode 100644 index 0000000..725eea0 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/149.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<?xml version="1.0"?>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/149.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/149.xml.ref new file mode 100644 index 0000000..aa73988 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/149.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=6, lineNumber=3, publicId="", systemId="", message="invalid name for processing instruction"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/150.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/150.xml new file mode 100644 index 0000000..44f6b6d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/150.xml @@ -0,0 +1,3 @@ +<doc>
+<?xml version="1.0"?>
+</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/150.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/150.xml.ref new file mode 100644 index 0000000..2bc5abe --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/150.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + fatalError(exception={columnNumber=6, lineNumber=2, publicId="", systemId="", message="invalid name for processing instruction"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/151.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/151.xml new file mode 100644 index 0000000..fecc4f2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/151.xml @@ -0,0 +1,3 @@ +<doc>
+</doc>
+<?xml version="1.0"?>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/151.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/151.xml.ref new file mode 100644 index 0000000..e5d98b1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/151.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + endElement(namespaceURI="", localName="doc", qName="doc") + fatalError(exception={columnNumber=6, lineNumber=3, publicId="", systemId="", message="invalid name for processing instruction"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/152.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/152.xml new file mode 100644 index 0000000..b5c5cb2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/152.xml @@ -0,0 +1,2 @@ +<?xml encoding="UTF-8"?>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/152.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/152.xml.ref new file mode 100644 index 0000000..8852f79 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/152.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=23, lineNumber=1, publicId="", systemId="", message="version expected while reading the XML declaration"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/153.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/153.xml new file mode 100644 index 0000000..5e29737 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/153.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e "<?xml encoding='UTF-8'?>">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/153.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/153.xml.ref new file mode 100644 index 0000000..1198fe0 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/153.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="<?xml encoding='UTF-8'?>") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=8, lineNumber=5, publicId="", systemId="", message="invalid name for processing instruction"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/154.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/154.xml new file mode 100644 index 0000000..96e01d6 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/154.xml @@ -0,0 +1,2 @@ +<?XML version="1.0"?>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/154.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/154.xml.ref new file mode 100644 index 0000000..74a9eb1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/154.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=6, lineNumber=1, publicId="", systemId="", message="invalid name for processing instruction"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/155.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/155.xml new file mode 100644 index 0000000..4f16d0f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/155.xml @@ -0,0 +1,2 @@ +<?xmL version="1.0"?>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/155.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/155.xml.ref new file mode 100644 index 0000000..74a9eb1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/155.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=6, lineNumber=1, publicId="", systemId="", message="invalid name for processing instruction"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/156.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/156.xml new file mode 100644 index 0000000..c6d93fd --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/156.xml @@ -0,0 +1,3 @@ +<doc>
+<?xMl version="1.0"?>
+</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/156.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/156.xml.ref new file mode 100644 index 0000000..2bc5abe --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/156.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + fatalError(exception={columnNumber=6, lineNumber=2, publicId="", systemId="", message="invalid name for processing instruction"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/157.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/157.xml new file mode 100644 index 0000000..2f058da --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/157.xml @@ -0,0 +1,3 @@ +<doc>
+<?xmL?>
+</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/157.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/157.xml.ref new file mode 100644 index 0000000..2bc5abe --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/157.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + fatalError(exception={columnNumber=6, lineNumber=2, publicId="", systemId="", message="invalid name for processing instruction"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/158.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/158.xml new file mode 100644 index 0000000..32b90b7 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/158.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!NOTATION gif PUBLIC "image/gif" "">
+<!ATTLIST #NOTATION gif a1 CDATA #IMPLIED>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/158.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/158.xml.ref new file mode 100644 index 0000000..38210c2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/158.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + notationDecl(name="gif", publicId="image/gif", systemId="") + fatalError(exception={columnNumber=11, lineNumber=4, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/159.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/159.xml new file mode 100644 index 0000000..066244c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/159.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e "<![CDATA[Tim & Michael]]>">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/159.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/159.xml.ref new file mode 100644 index 0000000..f044a71 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/159.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=27, lineNumber=3, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/160.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/160.xml new file mode 100644 index 0000000..85424ac --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/160.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY % e "">
+<!ENTITY foo "%e;">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/160.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/160.xml.ref new file mode 100644 index 0000000..0c1afe8 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/160.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="%e", value="") + internatlEntityDecl(name="foo", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/161.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/161.xml new file mode 100644 index 0000000..4f8a5b7 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/161.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ENTITY % e "#PCDATA">
+<!ELEMENT doc (%e;)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/161.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/161.xml.ref new file mode 100644 index 0000000..35ee5e8 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/161.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="%e", value="#PCDATA") + fatalError(exception={columnNumber=16, lineNumber=3, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/162.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/162.xml new file mode 100644 index 0000000..efae4b1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/162.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY % e1 "">
+<!ENTITY % e2 "%e1;">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/162.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/162.xml.ref new file mode 100644 index 0000000..a802c74 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/162.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="%e1", value="") + internatlEntityDecl(name="%e2", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/163.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/163.xml new file mode 100644 index 0000000..e14fb76 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/163.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY % e "">
+]>
+%e;
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/163.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/163.xml.ref new file mode 100644 index 0000000..e4c3225 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/163.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="%e", value="") + endDTD() + fatalError(exception={columnNumber=1, lineNumber=5, publicId="", systemId="", message="error occurred while parsing element"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/164.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/164.xml new file mode 100644 index 0000000..98dd267 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/164.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY % e "">
+] %e; >
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/164.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/164.xml.ref new file mode 100644 index 0000000..8031434 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/164.xml.ref @@ -0,0 +1,5 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="%e", value="") + fatalError(exception={columnNumber=3, lineNumber=4, publicId="", systemId="", message="error occurred while parsing document type definition"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/165.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/165.xml new file mode 100644 index 0000000..36c0461 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/165.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ENTITY% e "">
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/165.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/165.xml.ref new file mode 100644 index 0000000..64fd8b4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/165.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=9, lineNumber=2, publicId="", systemId="", message="letter is expected"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/166.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/166.xml new file mode 100644 index 0000000..ee2ce28 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/166.xml @@ -0,0 +1 @@ +<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/166.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/166.xml.ref new file mode 100644 index 0000000..dca4f7b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/166.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=6, lineNumber=1, publicId="", systemId="", message="unexpected end of file"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/167.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/167.xml new file mode 100644 index 0000000..9bdc6c1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/167.xml @@ -0,0 +1 @@ +<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/167.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/167.xml.ref new file mode 100644 index 0000000..dca4f7b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/167.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=6, lineNumber=1, publicId="", systemId="", message="unexpected end of file"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/168.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/168.xml new file mode 100644 index 0000000..f83221a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/168.xml @@ -0,0 +1 @@ +<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/168.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/168.xml.ref new file mode 100644 index 0000000..6165984 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/168.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/169.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/169.xml new file mode 100644 index 0000000..310029b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/169.xml @@ -0,0 +1 @@ +<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/169.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/169.xml.ref new file mode 100644 index 0000000..78385bd --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/169.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/170.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/170.xml new file mode 100644 index 0000000..cfa0aee --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/170.xml @@ -0,0 +1 @@ +<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/170.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/170.xml.ref new file mode 100644 index 0000000..0508ee8 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/170.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/171.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/171.xml new file mode 100644 index 0000000..48b5c7d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/171.xml @@ -0,0 +1,2 @@ +<!-- -->
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/171.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/171.xml.ref new file mode 100644 index 0000000..f729ad3 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/171.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=6, lineNumber=1, publicId="", systemId="", message="unexpected end of file"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/172.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/172.xml new file mode 100644 index 0000000..6651d4d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/172.xml @@ -0,0 +1,2 @@ +<?pi ?>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/172.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/172.xml.ref new file mode 100644 index 0000000..f729ad3 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/172.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=6, lineNumber=1, publicId="", systemId="", message="unexpected end of file"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/173.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/173.xml new file mode 100644 index 0000000..f9f9f42 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/173.xml @@ -0,0 +1 @@ +<doc a=""></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/173.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/173.xml.ref new file mode 100644 index 0000000..cda5d63 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/173.xml.ref @@ -0,0 +1,3 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + fatalError(exception={columnNumber=9, lineNumber=1, publicId="", systemId="", message="unexpected end of file"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/174.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/174.xml new file mode 100644 index 0000000..42bef86 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/174.xml @@ -0,0 +1 @@ +<doc><![CDATA[]]></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/174.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/174.xml.ref new file mode 100644 index 0000000..5f23fbd --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/174.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=15, lineNumber=1, publicId="", systemId="", message="unexpected end of file"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/175.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/175.xml new file mode 100644 index 0000000..69912f3 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/175.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY % e "">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/175.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/175.xml.ref new file mode 100644 index 0000000..27549bc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/175.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=15, lineNumber=3, publicId="", systemId="", message="unexpected end of file"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/176.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/176.xml new file mode 100644 index 0000000..39153ad --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/176.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [ +<!ELEMENT doc (#PCDATA)> +]> +<doc>
\ No newline at end of file diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/176.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/176.xml.ref new file mode 100644 index 0000000..4348506 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/176.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=1, lineNumber=5, publicId="", systemId="", message="unexpected end of file"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/177.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/177.xml new file mode 100644 index 0000000..6bc8228 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/177.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc>A</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/177.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/177.xml.ref new file mode 100644 index 0000000..94f3c3b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/177.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + fatalError(exception={columnNumber=7, lineNumber=4, publicId="", systemId="", message="unexpected end of file"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/178.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/178.xml new file mode 100644 index 0000000..e8f2d18 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/178.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a CDATA #IMPLIED>
+]>
+<doc a=""></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/178.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/178.xml.ref new file mode 100644 index 0000000..5aae44a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/178.xml.ref @@ -0,0 +1,6 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + fatalError(exception={columnNumber=15, lineNumber=5, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/179.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/179.xml new file mode 100644 index 0000000..e8f1f41 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/179.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ENTITY e "">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/179.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/179.xml.ref new file mode 100644 index 0000000..a4c6cff --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/179.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=1, lineNumber=5, publicId="", systemId="", message="unexpected end of file"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/180.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/180.xml new file mode 100644 index 0000000..569d553 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/180.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a CDATA "&e;">
+<!ENTITY e "v">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/180.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/180.xml.ref new file mode 100644 index 0000000..42542d9 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/180.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + skippedEntity(name="e") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + internatlEntityDecl(name="e", value="v") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/181.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/181.xml new file mode 100644 index 0000000..4341d99 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/181.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ENTITY e "<![CDATA[">
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc>&e;]]></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/181.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/181.xml.ref new file mode 100644 index 0000000..8e1b445 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/181.xml.ref @@ -0,0 +1,11 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="<![CDATA[") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + startCDATA() + characters(ch="") + endCDATA() + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/182.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/182.xml new file mode 100644 index 0000000..920f431 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/182.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ENTITY e "<!--">
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc>&e;--></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/182.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/182.xml.ref new file mode 100644 index 0000000..abb11af --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/182.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="<!--") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + comment(ch="") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/183.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/183.xml new file mode 100644 index 0000000..7a5677d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/183.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA | foo*)* >
+<!ELEMENT foo EMPTY>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/183.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/183.xml.ref new file mode 100644 index 0000000..d49ec68 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/183.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=29, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/184.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/184.xml new file mode 100644 index 0000000..103384a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/184.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA | (foo))* >
+<!ELEMENT foo EMPTY>
+]>
+<doc></doc>
+
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/184.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/184.xml.ref new file mode 100644 index 0000000..8d879bf --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/184.xml.ref @@ -0,0 +1,4 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + fatalError(exception={columnNumber=26, lineNumber=2, publicId="", systemId="", message="unexpected character"}) diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/185.ent b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/185.ent new file mode 100644 index 0000000..e557426 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/185.ent @@ -0,0 +1 @@ +<!ELEMENT doc (#PCDATA)>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/185.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/185.xml new file mode 100644 index 0000000..81d5ef4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/185.xml @@ -0,0 +1,3 @@ +<?xml version="1.0" standalone="yes"?>
+<!DOCTYPE doc SYSTEM "185.ent">
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/185.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/185.xml.ref new file mode 100644 index 0000000..7f58383 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/185.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + processingInstruction(target="xml", data="version='1.0' standalone='yes'") + startDTD(name="doc", publicId="", systemId="185.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + skippedEntity(name="e") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/186.xml b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/186.xml new file mode 100644 index 0000000..85b26ec --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/186.xml @@ -0,0 +1,5 @@ +<!DOCTYPE a [
+<!ELEMENT a EMPTY>
+<!ATTLIST a b CDATA #IMPLIED d CDATA #IMPLIED>
+]>
+<a b="c"d="e"/>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/186.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/186.xml.ref new file mode 100644 index 0000000..63d0d3e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/186.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="a", publicId="", systemId="") + attributeDecl(eName="a", aName="b", type="", valueDefault="", value="") + attributeDecl(eName="a", aName="d", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="a", qName="a", atts=[{localName="b", qName="b", uri="", type="CDATA", value="c"}, {localName="d", qName="d", uri="", type="CDATA", value="e"}]) + endElement(namespaceURI="", localName="a", qName="a") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/null.ent b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/null.ent new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/not-wf/sa/null.ent diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/001.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/001.ent new file mode 100755 index 0000000..1cff3fd --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/001.ent @@ -0,0 +1 @@ +Data
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/001.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/001.xml new file mode 100644 index 0000000..147d70d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/001.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e SYSTEM "001.ent">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/001.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/001.xml.ref new file mode 100644 index 0000000..355c937 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/001.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="e", publicId="", systemId="001.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + resolveEntity(publicId="", systemId="001.ent", ret={}) + skippedEntity(name="e") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/002.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/002.ent new file mode 100755 index 0000000..45f6d8e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/002.ent @@ -0,0 +1 @@ +Data
\ No newline at end of file diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/002.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/002.xml new file mode 100644 index 0000000..9eaf917 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/002.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e SYSTEM "002.ent">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/002.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/002.xml.ref new file mode 100644 index 0000000..f843995 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/002.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="e", publicId="", systemId="002.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + resolveEntity(publicId="", systemId="002.ent", ret={}) + skippedEntity(name="e") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/003.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/003.ent new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/003.ent diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/003.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/003.xml new file mode 100644 index 0000000..bb60b66 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/003.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e SYSTEM "003.ent">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/003.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/003.xml.ref new file mode 100644 index 0000000..79d3531 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/003.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="e", publicId="", systemId="003.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + resolveEntity(publicId="", systemId="003.ent", ret={}) + skippedEntity(name="e") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/004.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/004.ent new file mode 100755 index 0000000..3436f20 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/004.ent @@ -0,0 +1 @@ +Data
\ No newline at end of file diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/004.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/004.xml new file mode 100644 index 0000000..074498c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/004.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e SYSTEM "004.ent">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/004.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/004.xml.ref new file mode 100644 index 0000000..38abcb2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/004.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="e", publicId="", systemId="004.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + resolveEntity(publicId="", systemId="004.ent", ret={}) + skippedEntity(name="e") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/005.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/005.ent new file mode 100755 index 0000000..c6e97f8 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/005.ent @@ -0,0 +1 @@ +<e/><e/><e/>
\ No newline at end of file diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/005.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/005.xml new file mode 100644 index 0000000..82a6228 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/005.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (e*)>
+<!ELEMENT e EMPTY>
+<!ENTITY e SYSTEM "005.ent">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/005.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/005.xml.ref new file mode 100644 index 0000000..2601030 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/005.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="e", publicId="", systemId="005.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + resolveEntity(publicId="", systemId="005.ent", ret={}) + skippedEntity(name="e") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/006.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/006.ent new file mode 100755 index 0000000..4df2f0c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/006.ent @@ -0,0 +1,4 @@ +Data
+<e/>
+More data
+<e/>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/006.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/006.xml new file mode 100644 index 0000000..0b326ca --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/006.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA|e)*>
+<!ELEMENT e EMPTY>
+<!ENTITY e SYSTEM "006.ent">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/006.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/006.xml.ref new file mode 100644 index 0000000..17fd238 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/006.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="e", publicId="", systemId="006.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + resolveEntity(publicId="", systemId="006.ent", ret={}) + skippedEntity(name="e") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/007.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/007.ent Binary files differnew file mode 100755 index 0000000..ab1d696 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/007.ent diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/007.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/007.xml new file mode 100644 index 0000000..825e3b2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/007.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e SYSTEM "007.ent">
+]>
+<doc>X&e;Z</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/007.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/007.xml.ref new file mode 100644 index 0000000..81e7ccd --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/007.xml.ref @@ -0,0 +1,11 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="e", publicId="", systemId="007.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + resolveEntity(publicId="", systemId="007.ent", ret={}) + skippedEntity(name="e") + characters(ch="XZ") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/008.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/008.ent Binary files differnew file mode 100755 index 0000000..c6ca61f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/008.ent diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/008.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/008.xml new file mode 100644 index 0000000..3c001b6 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/008.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e SYSTEM "008.ent">
+]>
+<doc>X&e;Z</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/008.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/008.xml.ref new file mode 100644 index 0000000..eb7f108 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/008.xml.ref @@ -0,0 +1,11 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="e", publicId="", systemId="008.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + resolveEntity(publicId="", systemId="008.ent", ret={}) + skippedEntity(name="e") + characters(ch="XZ") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/009.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/009.ent new file mode 100755 index 0000000..67c3297 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/009.ent @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/009.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/009.xml new file mode 100644 index 0000000..a5866e5 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/009.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e SYSTEM "009.ent">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/009.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/009.xml.ref new file mode 100644 index 0000000..5c294de --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/009.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="e", publicId="", systemId="009.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + resolveEntity(publicId="", systemId="009.ent", ret={}) + skippedEntity(name="e") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/010.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/010.ent new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/010.ent diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/010.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/010.xml new file mode 100644 index 0000000..418e9b0 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/010.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e SYSTEM "010.ent">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/010.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/010.xml.ref new file mode 100644 index 0000000..4dc03c6 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/010.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="e", publicId="", systemId="010.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + resolveEntity(publicId="", systemId="010.ent", ret={}) + skippedEntity(name="e") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/011.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/011.ent new file mode 100755 index 0000000..b19be3a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/011.ent @@ -0,0 +1 @@ +xyzzy
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/011.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/011.xml new file mode 100644 index 0000000..2ceefa1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/011.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e PUBLIC "a not very interesting file" "011.ent">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/011.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/011.xml.ref new file mode 100644 index 0000000..c078139 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/011.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="e", publicId="a not very interesting file", systemId="011.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + resolveEntity(publicId="a not very interesting file", systemId="011.ent", ret={}) + skippedEntity(name="e") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/012.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/012.ent new file mode 100755 index 0000000..8eb1fb9 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/012.ent @@ -0,0 +1 @@ +&e4;
\ No newline at end of file diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/012.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/012.xml new file mode 100644 index 0000000..5a8f009 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/012.xml @@ -0,0 +1,9 @@ +<!DOCTYPE doc [
+<!ENTITY e1 "&e2;">
+<!ENTITY e2 "&e3;">
+<!ENTITY e3 SYSTEM "012.ent">
+<!ENTITY e4 "&e5;">
+<!ENTITY e5 "(e5)">
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc>&e1;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/012.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/012.xml.ref new file mode 100644 index 0000000..2af77a3 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/012.xml.ref @@ -0,0 +1,14 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e1", value="&e2;") + internatlEntityDecl(name="e2", value="&e3;") + externalEntityDecl(name="e3", publicId="", systemId="012.ent") + internatlEntityDecl(name="e4", value="&e5;") + internatlEntityDecl(name="e5", value="(e5)") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + resolveEntity(publicId="", systemId="012.ent", ret={}) + skippedEntity(name="e3") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/013.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/013.ent new file mode 100755 index 0000000..7f25c50 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/013.ent @@ -0,0 +1 @@ +<e/>
\ No newline at end of file diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/013.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/013.xml new file mode 100644 index 0000000..7717c97 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/013.xml @@ -0,0 +1,10 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (e)>
+<!ELEMENT e (#PCDATA)>
+<!ATTLIST e
+ a1 CDATA "a1 default"
+ a2 NMTOKENS "a2 default"
+>
+<!ENTITY x SYSTEM "013.ent">
+]>
+<doc>&x;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/013.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/013.xml.ref new file mode 100644 index 0000000..92fb65a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/013.xml.ref @@ -0,0 +1,12 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="e", aName="a1", type="", valueDefault="", value="") + attributeDecl(eName="e", aName="a2", type="", valueDefault="", value="") + externalEntityDecl(name="x", publicId="", systemId="013.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + resolveEntity(publicId="", systemId="013.ent", ret={}) + skippedEntity(name="x") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/014.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/014.ent Binary files differnew file mode 100755 index 0000000..470fd6f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/014.ent diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/014.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/014.xml new file mode 100644 index 0000000..816fd1e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/014.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e SYSTEM "014.ent">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/014.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/014.xml.ref new file mode 100644 index 0000000..a087786 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/014.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="e", publicId="", systemId="014.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + resolveEntity(publicId="", systemId="014.ent", ret={}) + skippedEntity(name="e") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_1.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_1.xml new file mode 100644 index 0000000..e91a108 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_1.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no" ?> +<!DOCTYPE foo SYSTEM "foo.dtd" [ + <!ENTITY def "foo"> +]> +<foo> + <!-- check that the call to skippedEntity() is inserted in the right place --> + <a>abc&undef;gh</a> + <b>&undef;gh</b> + <c>abc&undef;</c> + <d>&undef;</d> + <e>&undef;&def;&undef;&def;</e> + <e>a&undef;b&def;c&undef;d&def;e</e> +</foo> diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_1.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_1.xml.ref new file mode 100644 index 0000000..67f1fbe --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_1.xml.ref @@ -0,0 +1,47 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + processingInstruction(target="xml", data="version='1.0' encoding='UTF-8' standalone='no'") + startDTD(name="foo", publicId="", systemId="foo.dtd") + internatlEntityDecl(name="def", value="foo") + endDTD() + startElement(namespaceURI="", localName="foo", qName="foo", atts=[]) + characters(ch="\n ") + comment(ch=" check that the call to skippedEntity() is inserted in the right place ") + characters(ch="\n ") + startElement(namespaceURI="", localName="a", qName="a", atts=[]) + characters(ch="abc") + skippedEntity(name="undef") + characters(ch="gh") + endElement(namespaceURI="", localName="a", qName="a") + characters(ch="\n ") + startElement(namespaceURI="", localName="b", qName="b", atts=[]) + skippedEntity(name="undef") + characters(ch="gh") + endElement(namespaceURI="", localName="b", qName="b") + characters(ch="\n ") + startElement(namespaceURI="", localName="c", qName="c", atts=[]) + characters(ch="abc") + skippedEntity(name="undef") + endElement(namespaceURI="", localName="c", qName="c") + characters(ch="\n ") + startElement(namespaceURI="", localName="d", qName="d", atts=[]) + skippedEntity(name="undef") + endElement(namespaceURI="", localName="d", qName="d") + characters(ch="\n ") + startElement(namespaceURI="", localName="e", qName="e", atts=[]) + skippedEntity(name="undef") + characters(ch="foo") + skippedEntity(name="undef") + characters(ch="foo") + endElement(namespaceURI="", localName="e", qName="e") + characters(ch="\n ") + startElement(namespaceURI="", localName="e", qName="e", atts=[]) + characters(ch="a") + skippedEntity(name="undef") + characters(ch="bfooc") + skippedEntity(name="undef") + characters(ch="dfooe") + endElement(namespaceURI="", localName="e", qName="e") + characters(ch="\n") + endElement(namespaceURI="", localName="foo", qName="foo") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_2.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_2.xml new file mode 100644 index 0000000..a1fb393 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_2.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no" ?> +<!DOCTYPE foo SYSTEM "foo.dtd" [ + <!ENTITY a1 "&a2;"> + <!ENTITY a2 "&a3;"> + <!ENTITY def "foo"> +]> +<foo> + <a>abc&a1;gh</a> + <b>&a1;gh</b> + <c>abc&a1;</c> + <d>&a1;</d> + <e>&a1;&def;&a1;&def;</e> + <e>a&a1;b&def;c&a1;d&def;e</e> +</foo> diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_2.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_2.xml.ref new file mode 100644 index 0000000..a7ed3a2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_2.xml.ref @@ -0,0 +1,47 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + processingInstruction(target="xml", data="version='1.0' encoding='UTF-8' standalone='no'") + startDTD(name="foo", publicId="", systemId="foo.dtd") + internatlEntityDecl(name="a1", value="&a2;") + internatlEntityDecl(name="a2", value="&a3;") + internatlEntityDecl(name="def", value="foo") + endDTD() + startElement(namespaceURI="", localName="foo", qName="foo", atts=[]) + characters(ch="\n ") + startElement(namespaceURI="", localName="a", qName="a", atts=[]) + characters(ch="abc") + skippedEntity(name="a3") + characters(ch="gh") + endElement(namespaceURI="", localName="a", qName="a") + characters(ch="\n ") + startElement(namespaceURI="", localName="b", qName="b", atts=[]) + skippedEntity(name="a3") + characters(ch="gh") + endElement(namespaceURI="", localName="b", qName="b") + characters(ch="\n ") + startElement(namespaceURI="", localName="c", qName="c", atts=[]) + characters(ch="abc") + skippedEntity(name="a3") + endElement(namespaceURI="", localName="c", qName="c") + characters(ch="\n ") + startElement(namespaceURI="", localName="d", qName="d", atts=[]) + skippedEntity(name="a3") + endElement(namespaceURI="", localName="d", qName="d") + characters(ch="\n ") + startElement(namespaceURI="", localName="e", qName="e", atts=[]) + skippedEntity(name="a3") + characters(ch="foo") + skippedEntity(name="a3") + characters(ch="foo") + endElement(namespaceURI="", localName="e", qName="e") + characters(ch="\n ") + startElement(namespaceURI="", localName="e", qName="e", atts=[]) + characters(ch="a") + skippedEntity(name="a3") + characters(ch="bfooc") + skippedEntity(name="a3") + characters(ch="dfooe") + endElement(namespaceURI="", localName="e", qName="e") + characters(ch="\n") + endElement(namespaceURI="", localName="foo", qName="foo") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_3.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_3.xml new file mode 100644 index 0000000..ae745d4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_3.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no" ?> +<!DOCTYPE foo SYSTEM "foo.dtd" [ + <!ENTITY a1 "&a2;"> + <!ENTITY a2 "&a3;"> + <!ENTITY def "foo"> +]> +<foo> + <a attr="foo&a1;bar&def;ding"/> +</foo> diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_3.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_3.xml.ref new file mode 100644 index 0000000..09f8e96 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/ext-sa/undef_entity_3.xml.ref @@ -0,0 +1,16 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + processingInstruction(target="xml", data="version='1.0' encoding='UTF-8' standalone='no'") + startDTD(name="foo", publicId="", systemId="foo.dtd") + internatlEntityDecl(name="a1", value="&a2;") + internatlEntityDecl(name="a2", value="&a3;") + internatlEntityDecl(name="def", value="foo") + endDTD() + startElement(namespaceURI="", localName="foo", qName="foo", atts=[]) + characters(ch="\n ") + skippedEntity(name="a3") + startElement(namespaceURI="", localName="a", qName="a", atts=[{localName="attr", qName="attr", uri="", type="CDATA", value="foobarfooding"}]) + endElement(namespaceURI="", localName="a", qName="a") + characters(ch="\n") + endElement(namespaceURI="", localName="foo", qName="foo") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/001.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/001.ent new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/001.ent diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/001.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/001.xml new file mode 100644 index 0000000..2d6f41a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/001.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc SYSTEM "001.ent" [
+<!ELEMENT doc EMPTY>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/001.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/001.xml.ref new file mode 100644 index 0000000..eea47ce --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/001.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="001.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/002.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/002.ent new file mode 100755 index 0000000..67c3297 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/002.ent @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/002.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/002.xml new file mode 100644 index 0000000..023fce8 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/002.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc SYSTEM "002.ent" [
+<!ELEMENT doc EMPTY>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/002.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/002.xml.ref new file mode 100644 index 0000000..cbaf6dc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/002.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="002.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/003-1.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/003-1.ent new file mode 100755 index 0000000..931f3ad --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/003-1.ent @@ -0,0 +1,3 @@ +<!ELEMENT doc EMPTY>
+<!ENTITY % e SYSTEM "003-2.ent">
+<!ATTLIST doc a1 CDATA %e; "v1">
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/003-2.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/003-2.ent new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/003-2.ent diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/003.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/003.xml new file mode 100644 index 0000000..63a5e8b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/003.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc SYSTEM "003-1.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/003.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/003.xml.ref new file mode 100644 index 0000000..4f83c74 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/003.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="003-1.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/004-1.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/004-1.ent new file mode 100755 index 0000000..40f7ff5 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/004-1.ent @@ -0,0 +1,4 @@ +<!ELEMENT doc EMPTY>
+<!ENTITY % e1 SYSTEM "004-2.ent">
+<!ENTITY % e2 "%e1;">
+%e1;
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/004-2.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/004-2.ent new file mode 100755 index 0000000..61def75c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/004-2.ent @@ -0,0 +1 @@ +<!ATTLIST doc a1 CDATA "value">
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/004.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/004.xml new file mode 100644 index 0000000..adc9201 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/004.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc SYSTEM "004-1.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/004.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/004.xml.ref new file mode 100644 index 0000000..e2d3af8 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/004.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="004-1.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/005-1.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/005-1.ent new file mode 100755 index 0000000..ade9599 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/005-1.ent @@ -0,0 +1,3 @@ +<!ELEMENT doc EMPTY>
+<!ENTITY % e SYSTEM "005-2.ent">
+%e;
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/005-2.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/005-2.ent new file mode 100755 index 0000000..bef50b1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/005-2.ent @@ -0,0 +1 @@ +<!ATTLIST doc a1 CDATA "v1">
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/005.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/005.xml new file mode 100644 index 0000000..6bd44cf --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/005.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc SYSTEM "005-1.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/005.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/005.xml.ref new file mode 100644 index 0000000..8057322 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/005.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="005-1.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/006.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/006.ent new file mode 100755 index 0000000..8f305a8 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/006.ent @@ -0,0 +1,2 @@ +<!ELEMENT doc EMPTY>
+<!ATTLIST doc a1 CDATA "w1" a2 CDATA "w2">
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/006.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/006.xml new file mode 100644 index 0000000..eb80bb7 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/006.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc SYSTEM "006.ent" [
+<!ATTLIST doc a1 CDATA "v1">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/006.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/006.xml.ref new file mode 100644 index 0000000..e2e2584 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/006.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="006.ent") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/007.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/007.ent new file mode 100755 index 0000000..fbf4ca4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/007.ent @@ -0,0 +1,2 @@ +<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 CDATA "v1">
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/007.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/007.xml new file mode 100644 index 0000000..38897e3 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/007.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc SYSTEM "007.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/007.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/007.xml.ref new file mode 100644 index 0000000..d96790f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/007.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="007.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/008.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/008.ent new file mode 100755 index 0000000..fbf4ca4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/008.ent @@ -0,0 +1,2 @@ +<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 CDATA "v1">
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/008.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/008.xml new file mode 100644 index 0000000..bf777a7 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/008.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc PUBLIC "whatever" "008.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/008.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/008.xml.ref new file mode 100644 index 0000000..08ba9c0 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/008.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="whatever", systemId="008.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/009.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/009.ent new file mode 100755 index 0000000..fbf4ca4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/009.ent @@ -0,0 +1,2 @@ +<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 CDATA "v1">
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/009.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/009.xml new file mode 100644 index 0000000..c17562f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/009.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc PUBLIC "whatever" "009.ent" [
+<!ATTLIST doc a2 CDATA "v2">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/009.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/009.xml.ref new file mode 100644 index 0000000..d789785 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/009.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="whatever", systemId="009.ent") + attributeDecl(eName="doc", aName="a2", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/010.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/010.ent new file mode 100755 index 0000000..52a28f5 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/010.ent @@ -0,0 +1,2 @@ +<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 CDATA "v2">
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/010.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/010.xml new file mode 100644 index 0000000..2786b32 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/010.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc SYSTEM "010.ent" [
+<!ATTLIST doc a1 CDATA "v1">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/010.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/010.xml.ref new file mode 100644 index 0000000..6045d46 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/010.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="010.ent") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/011.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/011.ent new file mode 100755 index 0000000..fbf4ca4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/011.ent @@ -0,0 +1,2 @@ +<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 CDATA "v1">
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/011.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/011.xml new file mode 100644 index 0000000..03b482b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/011.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ENTITY % e SYSTEM "011.ent">
+%e;
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/011.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/011.xml.ref new file mode 100644 index 0000000..09fd89b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/011.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="%e", publicId="", systemId="011.ent") + resolveEntity(publicId="", systemId="011.ent", ret={}) + skippedEntity(name="%e") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/012.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/012.ent new file mode 100755 index 0000000..7e372e6 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/012.ent @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 CDATA "v1">
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/012.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/012.xml new file mode 100644 index 0000000..1967edb --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/012.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ENTITY % e SYSTEM "012.ent">
+%e;
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/012.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/012.xml.ref new file mode 100644 index 0000000..8d90b18 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/012.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="%e", publicId="", systemId="012.ent") + resolveEntity(publicId="", systemId="012.ent", ret={}) + skippedEntity(name="%e") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/013.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/013.ent new file mode 100755 index 0000000..a3691d9 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/013.ent @@ -0,0 +1,4 @@ +<!ELEMENT doc (#PCDATA)>
+<![ INCLUDE [
+<!ATTLIST doc a1 CDATA "v1">
+]]>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/013.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/013.xml new file mode 100644 index 0000000..cf44f26 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/013.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc SYSTEM "013.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/013.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/013.xml.ref new file mode 100644 index 0000000..d84839e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/013.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="013.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/014.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/014.ent new file mode 100755 index 0000000..6eaf779 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/014.ent @@ -0,0 +1,4 @@ +<!ELEMENT doc (#PCDATA)>
+<![ %e; [
+<!ATTLIST doc a1 CDATA "v1">
+]]>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/014.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/014.xml new file mode 100644 index 0000000..bd08502 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/014.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc SYSTEM "014.ent" [
+<!ENTITY % e "INCLUDE">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/014.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/014.xml.ref new file mode 100644 index 0000000..f9c8220 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/014.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="014.ent") + internatlEntityDecl(name="%e", value="INCLUDE") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/015.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/015.ent new file mode 100755 index 0000000..00d2f30 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/015.ent @@ -0,0 +1,5 @@ +<!ELEMENT doc (#PCDATA)>
+<![ %e; [
+<!ATTLIST doc a1 CDATA "v1">
+]]>
+<!ATTLIST doc a2 CDATA "v2">
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/015.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/015.xml new file mode 100644 index 0000000..e04e75f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/015.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc SYSTEM "015.ent" [
+<!ENTITY % e "IGNORE">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/015.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/015.xml.ref new file mode 100644 index 0000000..de94a45 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/015.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="015.ent") + internatlEntityDecl(name="%e", value="IGNORE") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/016.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/016.ent new file mode 100755 index 0000000..bf77ef8 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/016.ent @@ -0,0 +1,4 @@ +<!ELEMENT doc (#PCDATA)>
+<![%e;[
+<!ATTLIST doc a1 CDATA "v1">
+]]>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/016.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/016.xml new file mode 100644 index 0000000..4ccf4af --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/016.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc SYSTEM "016.ent" [
+<!ENTITY % e "INCLUDE">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/016.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/016.xml.ref new file mode 100644 index 0000000..7c234cf --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/016.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="016.ent") + internatlEntityDecl(name="%e", value="INCLUDE") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/017.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/017.ent new file mode 100755 index 0000000..ffd9add --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/017.ent @@ -0,0 +1,3 @@ +<!ELEMENT doc (#PCDATA)>
+<!ENTITY % e "<!ATTLIST doc a1 CDATA 'v1'>">
+%e;
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/017.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/017.xml new file mode 100644 index 0000000..7fe18f4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/017.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc SYSTEM "017.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/017.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/017.xml.ref new file mode 100644 index 0000000..25cc198 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/017.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="017.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/018.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/018.ent new file mode 100755 index 0000000..2d46f76 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/018.ent @@ -0,0 +1,3 @@ +<!ELEMENT doc (#PCDATA)>
+<!ENTITY % e "'v1'">
+<!ATTLIST doc a1 CDATA %e;>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/018.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/018.xml new file mode 100644 index 0000000..31e90f2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/018.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc SYSTEM "018.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/018.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/018.xml.ref new file mode 100644 index 0000000..3db7bc8 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/018.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="018.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/019.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/019.ent new file mode 100755 index 0000000..d18201a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/019.ent @@ -0,0 +1,3 @@ +<!ELEMENT doc (#PCDATA)>
+<!ENTITY % e "'v1'">
+<!ATTLIST doc a1 CDATA%e;>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/019.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/019.xml new file mode 100644 index 0000000..b7a18fa --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/019.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc SYSTEM "019.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/019.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/019.xml.ref new file mode 100644 index 0000000..9961aa9 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/019.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="019.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/020.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/020.ent new file mode 100755 index 0000000..815291c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/020.ent @@ -0,0 +1,3 @@ +<!ENTITY % e "doc">
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST%e;a1 CDATA "v1">
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/020.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/020.xml new file mode 100644 index 0000000..d70892f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/020.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc SYSTEM "020.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/020.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/020.xml.ref new file mode 100644 index 0000000..fc9a053 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/020.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="020.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/021.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/021.ent new file mode 100755 index 0000000..9f8f2af --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/021.ent @@ -0,0 +1,3 @@ +<!ENTITY % e "doc a1 CDATA">
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST %e; "v1">
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/021.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/021.xml new file mode 100644 index 0000000..70c2873 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/021.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc SYSTEM "021.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/021.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/021.xml.ref new file mode 100644 index 0000000..e6d9172 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/021.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="021.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/022.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/022.ent new file mode 100755 index 0000000..26f2d8b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/022.ent @@ -0,0 +1,3 @@ +<!ENTITY % e "INCLUDE[">
+<!ELEMENT doc (#PCDATA)>
+<![ %e; <!ATTLIST doc a1 CDATA "v1"> ]]>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/022.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/022.xml new file mode 100644 index 0000000..b639f25 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/022.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc SYSTEM "022.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/022.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/022.xml.ref new file mode 100644 index 0000000..de3ddf7 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/022.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="022.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/023.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/023.ent new file mode 100755 index 0000000..e326881 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/023.ent @@ -0,0 +1,5 @@ +<!ELEMENT doc (#PCDATA)>
+<!ENTITY % e1 "do">
+<!ENTITY % e2 "c">
+<!ENTITY % e3 "%e1;%e2;">
+<!ATTLIST %e3; a1 CDATA "v1">
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/023.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/023.xml new file mode 100644 index 0000000..1c2484b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/023.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc SYSTEM "023.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/023.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/023.xml.ref new file mode 100644 index 0000000..a150bde --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/023.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="023.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/024.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/024.ent new file mode 100755 index 0000000..aa6d0ec --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/024.ent @@ -0,0 +1,4 @@ +<!ELEMENT doc (#PCDATA)>
+<!ENTITY % e1 "'v1'">
+<!ENTITY % e2 'a1 CDATA %e1;'>
+<!ATTLIST doc %e2;>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/024.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/024.xml new file mode 100644 index 0000000..96e1ecb --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/024.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc SYSTEM "024.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/024.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/024.xml.ref new file mode 100644 index 0000000..e97c61b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/024.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="024.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/025.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/025.ent new file mode 100755 index 0000000..389d259 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/025.ent @@ -0,0 +1,5 @@ +<!ELEMENT doc EMPTY>
+<!ENTITY % e "x">
+<!ENTITY % e "y">
+<!ENTITY % v "'%e;'">
+<!ATTLIST doc a1 CDATA %v;>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/025.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/025.xml new file mode 100644 index 0000000..8fdbc14 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/025.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc SYSTEM "025.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/025.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/025.xml.ref new file mode 100644 index 0000000..1eca607 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/025.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="025.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/026.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/026.ent new file mode 100755 index 0000000..bdc93af --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/026.ent @@ -0,0 +1 @@ +<!ATTLIST doc a1 CDATA "w1">
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/026.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/026.xml new file mode 100644 index 0000000..7b109c0 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/026.xml @@ -0,0 +1,7 @@ +<!DOCTYPE doc [
+<!ELEMENT doc ANY>
+<!ENTITY % e SYSTEM "026.ent">
+%e;
+<!ATTLIST doc a1 CDATA "x1" a2 CDATA "x2">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/026.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/026.xml.ref new file mode 100644 index 0000000..1bea883 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/026.xml.ref @@ -0,0 +1,12 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="%e", publicId="", systemId="026.ent") + resolveEntity(publicId="", systemId="026.ent", ret={}) + skippedEntity(name="%e") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + attributeDecl(eName="doc", aName="a2", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/027.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/027.ent new file mode 100755 index 0000000..712cce3 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/027.ent @@ -0,0 +1,2 @@ +<!ENTITY % e "">
+<!ELEMENT doc (#PCDATA %e;)>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/027.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/027.xml new file mode 100644 index 0000000..d0c8c7a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/027.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc SYSTEM "027.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/027.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/027.xml.ref new file mode 100644 index 0000000..d010327 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/027.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="027.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/028.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/028.ent new file mode 100755 index 0000000..ac249d7 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/028.ent @@ -0,0 +1,2 @@ +<!ELEMENT doc (#PCDATA)>
+<![INCLUDE[<!ATTLIST doc a1 CDATA "v1">]]>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/028.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/028.xml new file mode 100644 index 0000000..50e5248 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/028.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc SYSTEM "028.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/028.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/028.xml.ref new file mode 100644 index 0000000..8466141 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/028.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="028.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/029.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/029.ent new file mode 100755 index 0000000..df94df5 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/029.ent @@ -0,0 +1,3 @@ +<!ELEMENT doc (#PCDATA)>
+<![IGNORE[<!ATTLIST doc a1 CDATA "v1">]]>
+<!ATTLIST doc a1 CDATA "v2">
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/029.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/029.xml new file mode 100644 index 0000000..07e226c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/029.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc SYSTEM "029.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/029.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/029.xml.ref new file mode 100644 index 0000000..0bffc4a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/029.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="029.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/030.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/030.ent new file mode 100755 index 0000000..e386446 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/030.ent @@ -0,0 +1,3 @@ +<!ELEMENT doc (#PCDATA)>
+<![IGNORE[]]>
+<![INCLUDE[]]>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/030.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/030.xml new file mode 100644 index 0000000..01fc2be --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/030.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc SYSTEM "030.ent">
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/030.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/030.xml.ref new file mode 100644 index 0000000..51e7f03 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/030.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="030.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/031-1.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/031-1.ent new file mode 100755 index 0000000..f7f94ab --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/031-1.ent @@ -0,0 +1,3 @@ +<!ELEMENT doc (#PCDATA)>
+<!ENTITY % e SYSTEM "031-2.ent">
+<!ENTITY e "<![CDATA[%e;]]>">
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/031-2.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/031-2.ent new file mode 100755 index 0000000..bef50b1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/031-2.ent @@ -0,0 +1 @@ +<!ATTLIST doc a1 CDATA "v1">
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/031.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/031.xml new file mode 100644 index 0000000..c3fe5fc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/031.xml @@ -0,0 +1,2 @@ +<!DOCTYPE doc SYSTEM "031-1.ent">
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/031.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/031.xml.ref new file mode 100644 index 0000000..72ab9d9 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/not-sa/031.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="031-1.ent") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + skippedEntity(name="e") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/001.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/001.xml new file mode 100644 index 0000000..7fbef49 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/001.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/001.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/001.xml.ref new file mode 100644 index 0000000..37b53fc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/001.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/002.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/002.xml new file mode 100644 index 0000000..2e3f1d8 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/002.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc ></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/002.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/002.xml.ref new file mode 100644 index 0000000..37b53fc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/002.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/003.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/003.xml new file mode 100644 index 0000000..c841b81 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/003.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc >
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/003.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/003.xml.ref new file mode 100644 index 0000000..37b53fc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/003.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/004.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/004.xml new file mode 100644 index 0000000..a9c5756 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/004.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 CDATA #IMPLIED>
+]>
+<doc a1="v1"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/004.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/004.xml.ref new file mode 100644 index 0000000..2d7bfdf --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/004.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a1", qName="a1", uri="", type="CDATA", value="v1"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/005.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/005.xml new file mode 100644 index 0000000..b069efe --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/005.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 CDATA #IMPLIED>
+]>
+<doc a1 = "v1"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/005.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/005.xml.ref new file mode 100644 index 0000000..2d7bfdf --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/005.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a1", qName="a1", uri="", type="CDATA", value="v1"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/006.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/006.xml new file mode 100644 index 0000000..39a3463 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/006.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 CDATA #IMPLIED>
+]>
+<doc a1='v1'></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/006.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/006.xml.ref new file mode 100644 index 0000000..2d7bfdf --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/006.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a1", qName="a1", uri="", type="CDATA", value="v1"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/007.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/007.xml new file mode 100644 index 0000000..cc3dc53 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/007.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc> </doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/007.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/007.xml.ref new file mode 100644 index 0000000..016a577 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/007.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch=" ") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/008.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/008.xml new file mode 100644 index 0000000..b3370eb --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/008.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc>&<>"'</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/008.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/008.xml.ref new file mode 100644 index 0000000..2c879a4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/008.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="&<>\"'") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/009.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/009.xml new file mode 100644 index 0000000..0fa183e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/009.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc> </doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/009.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/009.xml.ref new file mode 100644 index 0000000..016a577 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/009.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch=" ") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/010.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/010.xml new file mode 100644 index 0000000..eb64d18 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/010.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 CDATA #IMPLIED>
+]>
+<doc a1="v1" ></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/010.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/010.xml.ref new file mode 100644 index 0000000..2d7bfdf --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/010.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a1", qName="a1", uri="", type="CDATA", value="v1"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/011.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/011.xml new file mode 100644 index 0000000..4cac44b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/011.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 CDATA #IMPLIED a2 CDATA #IMPLIED>
+]>
+<doc a1="v1" a2="v2"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/011.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/011.xml.ref new file mode 100644 index 0000000..9fc96fd --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/011.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + attributeDecl(eName="doc", aName="a2", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a1", qName="a1", uri="", type="CDATA", value="v1"}, {localName="a2", qName="a2", uri="", type="CDATA", value="v2"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/012.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/012.xml new file mode 100644 index 0000000..6ce2a3e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/012.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc : CDATA #IMPLIED>
+]>
+<doc :="v1"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/012.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/012.xml.ref new file mode 100644 index 0000000..00c76de --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/012.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName=":", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="", qName=":", uri="", type="CDATA", value="v1"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/013.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/013.xml new file mode 100644 index 0000000..2f4aae4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/013.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc _.-0123456789 CDATA #IMPLIED>
+]>
+<doc _.-0123456789="v1"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/013.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/013.xml.ref new file mode 100644 index 0000000..ef2903d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/013.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="_.-0123456789", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="_.-0123456789", qName="_.-0123456789", uri="", type="CDATA", value="v1"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/014.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/014.xml new file mode 100644 index 0000000..47f1f72 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/014.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc abcdefghijklmnopqrstuvwxyz CDATA #IMPLIED>
+]>
+<doc abcdefghijklmnopqrstuvwxyz="v1"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/014.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/014.xml.ref new file mode 100644 index 0000000..bbf1ff7 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/014.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="abcdefghijklmnopqrstuvwxyz", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="abcdefghijklmnopqrstuvwxyz", qName="abcdefghijklmnopqrstuvwxyz", uri="", type="CDATA", value="v1"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/015.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/015.xml new file mode 100644 index 0000000..861df8a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/015.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc ABCDEFGHIJKLMNOPQRSTUVWXYZ CDATA #IMPLIED>
+]>
+<doc ABCDEFGHIJKLMNOPQRSTUVWXYZ="v1"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/015.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/015.xml.ref new file mode 100644 index 0000000..882da5a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/015.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="ABCDEFGHIJKLMNOPQRSTUVWXYZ", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="ABCDEFGHIJKLMNOPQRSTUVWXYZ", qName="ABCDEFGHIJKLMNOPQRSTUVWXYZ", uri="", type="CDATA", value="v1"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/016.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/016.xml new file mode 100644 index 0000000..66b1973 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/016.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc><?pi?></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/016.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/016.xml.ref new file mode 100644 index 0000000..32c60b2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/016.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + processingInstruction(target="pi", data="") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/017.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/017.xml new file mode 100644 index 0000000..827ba96 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/017.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc><?pi some data ? > <??></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/017.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/017.xml.ref new file mode 100644 index 0000000..604d975 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/017.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + processingInstruction(target="pi", data="some data ? > <?") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/018.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/018.xml new file mode 100644 index 0000000..4570903f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/018.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc><![CDATA[<foo>]]></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/018.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/018.xml.ref new file mode 100644 index 0000000..21117d2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/018.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + startCDATA() + characters(ch="<foo>") + endCDATA() + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/019.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/019.xml new file mode 100644 index 0000000..3e6b74c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/019.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc><![CDATA[<&]]></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/019.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/019.xml.ref new file mode 100644 index 0000000..f95f625 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/019.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + startCDATA() + characters(ch="<&") + endCDATA() + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/020.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/020.xml new file mode 100644 index 0000000..f749551 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/020.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc><![CDATA[<&]>]]]></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/020.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/020.xml.ref new file mode 100644 index 0000000..ff6ff36 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/020.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + startCDATA() + characters(ch="<&]>]") + endCDATA() + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/021.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/021.xml new file mode 100644 index 0000000..13dda8c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/021.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc><!-- a comment --></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/021.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/021.xml.ref new file mode 100644 index 0000000..52bf68a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/021.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + comment(ch=" a comment ") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/022.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/022.xml new file mode 100644 index 0000000..41d300e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/022.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc><!-- a comment ->--></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/022.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/022.xml.ref new file mode 100644 index 0000000..b299ce7 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/022.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + comment(ch=" a comment ->") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/023.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/023.xml new file mode 100644 index 0000000..3837b83 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/023.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e "">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/023.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/023.xml.ref new file mode 100644 index 0000000..b59c216 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/023.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/024.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/024.xml new file mode 100644 index 0000000..b0655c6 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/024.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (foo)>
+<!ELEMENT foo (#PCDATA)>
+<!ENTITY e "<foo></foo>">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/024.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/024.xml.ref new file mode 100644 index 0000000..00f7fce --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/024.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="<foo></foo>") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + startElement(namespaceURI="", localName="foo", qName="foo", atts=[]) + endElement(namespaceURI="", localName="foo", qName="foo") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/025.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/025.xml new file mode 100644 index 0000000..ed01f36 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/025.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (foo*)>
+<!ELEMENT foo (#PCDATA)>
+]>
+<doc><foo/><foo></foo></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/025.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/025.xml.ref new file mode 100644 index 0000000..6a7605c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/025.xml.ref @@ -0,0 +1,11 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + startElement(namespaceURI="", localName="foo", qName="foo", atts=[]) + endElement(namespaceURI="", localName="foo", qName="foo") + startElement(namespaceURI="", localName="foo", qName="foo", atts=[]) + endElement(namespaceURI="", localName="foo", qName="foo") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/026.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/026.xml new file mode 100644 index 0000000..1ba033c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/026.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (foo*)>
+<!ELEMENT foo EMPTY>
+]>
+<doc><foo/><foo></foo></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/026.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/026.xml.ref new file mode 100644 index 0000000..6a7605c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/026.xml.ref @@ -0,0 +1,11 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + startElement(namespaceURI="", localName="foo", qName="foo", atts=[]) + endElement(namespaceURI="", localName="foo", qName="foo") + startElement(namespaceURI="", localName="foo", qName="foo", atts=[]) + endElement(namespaceURI="", localName="foo", qName="foo") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/027.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/027.xml new file mode 100644 index 0000000..ee02439 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/027.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (foo*)>
+<!ELEMENT foo ANY>
+]>
+<doc><foo/><foo></foo></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/027.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/027.xml.ref new file mode 100644 index 0000000..6a7605c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/027.xml.ref @@ -0,0 +1,11 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + startElement(namespaceURI="", localName="foo", qName="foo", atts=[]) + endElement(namespaceURI="", localName="foo", qName="foo") + startElement(namespaceURI="", localName="foo", qName="foo", atts=[]) + endElement(namespaceURI="", localName="foo", qName="foo") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/028.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/028.xml new file mode 100644 index 0000000..3d95747 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/028.xml @@ -0,0 +1,5 @@ +<?xml version="1.0"?>
+<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/028.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/028.xml.ref new file mode 100644 index 0000000..dcda37d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/028.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + processingInstruction(target="xml", data="version='1.0'") + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/029.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/029.xml new file mode 100644 index 0000000..909f6ff --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/029.xml @@ -0,0 +1,5 @@ +<?xml version='1.0'?>
+<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/029.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/029.xml.ref new file mode 100644 index 0000000..dcda37d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/029.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + processingInstruction(target="xml", data="version='1.0'") + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/030.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/030.xml new file mode 100644 index 0000000..3a7ddaa --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/030.xml @@ -0,0 +1,5 @@ +<?xml version = "1.0"?>
+<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/030.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/030.xml.ref new file mode 100644 index 0000000..dcda37d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/030.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + processingInstruction(target="xml", data="version='1.0'") + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/031.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/031.xml new file mode 100644 index 0000000..a58e058 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/031.xml @@ -0,0 +1,5 @@ +<?xml version='1.0' encoding="UTF-8"?>
+<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/031.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/031.xml.ref new file mode 100644 index 0000000..7d81068 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/031.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + processingInstruction(target="xml", data="version='1.0' encoding='UTF-8'") + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/032.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/032.xml new file mode 100644 index 0000000..be55c8d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/032.xml @@ -0,0 +1,5 @@ +<?xml version='1.0' standalone='yes'?>
+<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/032.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/032.xml.ref new file mode 100644 index 0000000..96d8f10 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/032.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + processingInstruction(target="xml", data="version='1.0' standalone='yes'") + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/033.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/033.xml new file mode 100644 index 0000000..a3f9053 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/033.xml @@ -0,0 +1,5 @@ +<?xml version='1.0' encoding="UTF-8" standalone='yes'?>
+<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/033.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/033.xml.ref new file mode 100644 index 0000000..d56d96d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/033.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + processingInstruction(target="xml", data="version='1.0' encoding='UTF-8' standalone='yes'") + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/034.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/034.xml new file mode 100644 index 0000000..7d52f31 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/034.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc/>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/034.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/034.xml.ref new file mode 100644 index 0000000..37b53fc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/034.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/035.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/035.xml new file mode 100644 index 0000000..f109a8b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/035.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc />
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/035.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/035.xml.ref new file mode 100644 index 0000000..37b53fc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/035.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/036.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/036.xml new file mode 100644 index 0000000..8ab2b3f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/036.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
+<?pi data?>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/036.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/036.xml.ref new file mode 100644 index 0000000..db2cbb1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/036.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") + processingInstruction(target="pi", data="data") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/037.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/037.xml new file mode 100644 index 0000000..f9b2113 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/037.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
+<!-- comment -->
+
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/037.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/037.xml.ref new file mode 100644 index 0000000..12d6a77 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/037.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") + comment(ch=" comment ") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/038.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/038.xml new file mode 100644 index 0000000..d14f41b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/038.xml @@ -0,0 +1,6 @@ +<!-- comment -->
+<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
+
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/038.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/038.xml.ref new file mode 100644 index 0000000..d24c10b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/038.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + comment(ch=" comment ") + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/039.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/039.xml new file mode 100644 index 0000000..0897316 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/039.xml @@ -0,0 +1,5 @@ +<?pi data?>
+<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/039.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/039.xml.ref new file mode 100644 index 0000000..9eb38b4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/039.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + processingInstruction(target="pi", data="data") + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/040.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/040.xml new file mode 100644 index 0000000..12c419b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/040.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 CDATA #IMPLIED>
+]>
+<doc a1=""<&>'"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/040.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/040.xml.ref new file mode 100644 index 0000000..81409bd --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/040.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a1", qName="a1", uri="", type="CDATA", value="\"<&>'"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/041.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/041.xml new file mode 100644 index 0000000..a59f536 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/041.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 CDATA #IMPLIED>
+]>
+<doc a1="A"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/041.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/041.xml.ref new file mode 100644 index 0000000..13f83df --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/041.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a1", qName="a1", uri="", type="CDATA", value="A"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/042.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/042.xml new file mode 100644 index 0000000..5d7c650 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/042.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc>A</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/042.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/042.xml.ref new file mode 100644 index 0000000..ed02b8c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/042.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="A") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/043.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/043.xml new file mode 100644 index 0000000..a8095df --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/043.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ATTLIST doc a1 CDATA #IMPLIED>
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc a1="foo
+bar"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/043.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/043.xml.ref new file mode 100644 index 0000000..3f898a1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/043.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a1", qName="a1", uri="", type="CDATA", value="foo\r\nbar"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/044.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/044.xml new file mode 100644 index 0000000..bee1d23 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/044.xml @@ -0,0 +1,10 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (e*)>
+<!ELEMENT e EMPTY>
+<!ATTLIST e a1 CDATA "v1" a2 CDATA "v2" a3 CDATA #IMPLIED>
+]>
+<doc>
+<e a3="v3"/>
+<e a1="w1"/>
+<e a2="w2" a3="v3"/>
+</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/044.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/044.xml.ref new file mode 100644 index 0000000..daab693 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/044.xml.ref @@ -0,0 +1,20 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="e", aName="a1", type="", valueDefault="", value="") + attributeDecl(eName="e", aName="a2", type="", valueDefault="", value="") + attributeDecl(eName="e", aName="a3", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + startElement(namespaceURI="", localName="e", qName="e", atts=[{localName="a3", qName="a3", uri="", type="CDATA", value="v3"}]) + endElement(namespaceURI="", localName="e", qName="e") + characters(ch="\r\n") + startElement(namespaceURI="", localName="e", qName="e", atts=[{localName="a1", qName="a1", uri="", type="CDATA", value="w1"}]) + endElement(namespaceURI="", localName="e", qName="e") + characters(ch="\r\n") + startElement(namespaceURI="", localName="e", qName="e", atts=[{localName="a2", qName="a2", uri="", type="CDATA", value="w2"}, {localName="a3", qName="a3", uri="", type="CDATA", value="v3"}]) + endElement(namespaceURI="", localName="e", qName="e") + characters(ch="\r\n") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/045.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/045.xml new file mode 100644 index 0000000..e2567f5 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/045.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 CDATA "v1">
+<!ATTLIST doc a1 CDATA "z1">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/045.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/045.xml.ref new file mode 100644 index 0000000..566221a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/045.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/046.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/046.xml new file mode 100644 index 0000000..c50a284 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/046.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 CDATA "v1">
+<!ATTLIST doc a2 CDATA "v2">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/046.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/046.xml.ref new file mode 100644 index 0000000..7b1a28d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/046.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + attributeDecl(eName="doc", aName="a2", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/047.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/047.xml new file mode 100644 index 0000000..a4c688c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/047.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc>X
+Y</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/047.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/047.xml.ref new file mode 100644 index 0000000..3af5bf2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/047.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="X\r\nY") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/048.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/048.xml new file mode 100644 index 0000000..c6b2ded --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/048.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc>]</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/048.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/048.xml.ref new file mode 100644 index 0000000..0e84823 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/048.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="]") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/049.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/049.xml Binary files differnew file mode 100644 index 0000000..c3cc797 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/049.xml diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/049.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/049.xml.ref new file mode 100644 index 0000000..72897d1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/049.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="£") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/050.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/050.xml Binary files differnew file mode 100644 index 0000000..12303b1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/050.xml diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/050.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/050.xml.ref new file mode 100644 index 0000000..8f39355 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/050.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="เจมส์") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/051.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/051.xml Binary files differnew file mode 100644 index 0000000..7ae8f6c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/051.xml diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/051.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/051.xml.ref new file mode 100644 index 0000000..71a89a9 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/051.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="เจมส์", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="เจมส์", qName="เจมส์", atts=[]) + endElement(namespaceURI="", localName="เจมส์", qName="เจมส์") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/052.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/052.xml new file mode 100644 index 0000000..3f33a4c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/052.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc>𐀀</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/052.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/052.xml.ref new file mode 100644 index 0000000..0b806c9 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/052.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="𐀀") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/053.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/053.xml new file mode 100644 index 0000000..0d88f28 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/053.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ENTITY e "<e/>">
+<!ELEMENT doc (e)>
+<!ELEMENT e EMPTY>
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/053.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/053.xml.ref new file mode 100644 index 0000000..2aa90a7 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/053.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="<e/>") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + startElement(namespaceURI="", localName="e", qName="e", atts=[]) + endElement(namespaceURI="", localName="e", qName="e") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/054.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/054.xml new file mode 100644 index 0000000..5d1c88b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/054.xml @@ -0,0 +1,10 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+
+
+<doc
+></doc
+>
+
+
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/054.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/054.xml.ref new file mode 100644 index 0000000..37b53fc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/054.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/055.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/055.xml new file mode 100644 index 0000000..da0292c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/055.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<?pi data?>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/055.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/055.xml.ref new file mode 100644 index 0000000..dc3312b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/055.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + processingInstruction(target="pi", data="data") + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/056.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/056.xml new file mode 100644 index 0000000..144871b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/056.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc>A</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/056.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/056.xml.ref new file mode 100644 index 0000000..ed02b8c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/056.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="A") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/057.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/057.xml new file mode 100644 index 0000000..c1ac849 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/057.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (a*)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/057.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/057.xml.ref new file mode 100644 index 0000000..37b53fc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/057.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/058.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/058.xml new file mode 100644 index 0000000..2ff23b2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/058.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ATTLIST doc a1 NMTOKENS #IMPLIED>
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc a1=" 1 2 "></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/058.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/058.xml.ref new file mode 100644 index 0000000..0acf5f4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/058.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a1", qName="a1", uri="", type="CDATA", value=" 1 \t2 \t"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/059.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/059.xml new file mode 100644 index 0000000..2171480 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/059.xml @@ -0,0 +1,10 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (e*)>
+<!ELEMENT e EMPTY>
+<!ATTLIST e a1 CDATA #IMPLIED a2 CDATA #IMPLIED a3 CDATA #IMPLIED>
+]>
+<doc>
+<e a1="v1" a2="v2" a3="v3"/>
+<e a1="w1" a2="v2"/>
+<e a1="v1" a2="w2" a3="v3"/>
+</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/059.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/059.xml.ref new file mode 100644 index 0000000..8a73895 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/059.xml.ref @@ -0,0 +1,20 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="e", aName="a1", type="", valueDefault="", value="") + attributeDecl(eName="e", aName="a2", type="", valueDefault="", value="") + attributeDecl(eName="e", aName="a3", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + startElement(namespaceURI="", localName="e", qName="e", atts=[{localName="a1", qName="a1", uri="", type="CDATA", value="v1"}, {localName="a2", qName="a2", uri="", type="CDATA", value="v2"}, {localName="a3", qName="a3", uri="", type="CDATA", value="v3"}]) + endElement(namespaceURI="", localName="e", qName="e") + characters(ch="\r\n") + startElement(namespaceURI="", localName="e", qName="e", atts=[{localName="a1", qName="a1", uri="", type="CDATA", value="w1"}, {localName="a2", qName="a2", uri="", type="CDATA", value="v2"}]) + endElement(namespaceURI="", localName="e", qName="e") + characters(ch="\r\n") + startElement(namespaceURI="", localName="e", qName="e", atts=[{localName="a1", qName="a1", uri="", type="CDATA", value="v1"}, {localName="a2", qName="a2", uri="", type="CDATA", value="w2"}, {localName="a3", qName="a3", uri="", type="CDATA", value="v3"}]) + endElement(namespaceURI="", localName="e", qName="e") + characters(ch="\r\n") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/060.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/060.xml new file mode 100644 index 0000000..6cd6b43 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/060.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc>X Y</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/060.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/060.xml.ref new file mode 100644 index 0000000..ea1cbd4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/060.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="X\nY") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/061.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/061.xml new file mode 100644 index 0000000..bbdc152 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/061.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc>£</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/061.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/061.xml.ref new file mode 100644 index 0000000..72897d1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/061.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="£") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/062.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/062.xml new file mode 100644 index 0000000..f4ba530 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/062.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc>เจมส์</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/062.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/062.xml.ref new file mode 100644 index 0000000..8f39355 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/062.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="เจมส์") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/063.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/063.xml new file mode 100644 index 0000000..9668f2d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/063.xml @@ -0,0 +1,4 @@ +<!DOCTYPE เจมส์ [
+<!ELEMENT เจมส์ (#PCDATA)>
+]>
+<เจมส์></เจมส์>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/063.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/063.xml.ref new file mode 100644 index 0000000..71a89a9 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/063.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="เจมส์", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="เจมส์", qName="เจมส์", atts=[]) + endElement(namespaceURI="", localName="เจมส์", qName="เจมส์") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/064.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/064.xml new file mode 100644 index 0000000..74a97aa --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/064.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc>𐀀􏿽</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/064.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/064.xml.ref Binary files differnew file mode 100644 index 0000000..579aeb5 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/064.xml.ref diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/065.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/065.xml new file mode 100644 index 0000000..f708f2b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/065.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ENTITY e "<">
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/065.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/065.xml.ref new file mode 100644 index 0000000..ba31414 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/065.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="<") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/066.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/066.xml new file mode 100644 index 0000000..a27340b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/066.xml @@ -0,0 +1,7 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 CDATA #IMPLIED>
+<!-- 34 is double quote -->
+<!ENTITY e1 """>
+]>
+<doc a1="&e1;"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/066.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/066.xml.ref new file mode 100644 index 0000000..d650af1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/066.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + comment(ch=" 34 is double quote ") + internatlEntityDecl(name="e1", value="\"") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a1", qName="a1", uri="", type="CDATA", value="\""}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/067.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/067.xml new file mode 100644 index 0000000..a0ccf77 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/067.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc> </doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/067.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/067.xml.ref new file mode 100644 index 0000000..9a2358d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/067.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/068.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/068.xml new file mode 100644 index 0000000..8ed806b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/068.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e " ">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/068.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/068.xml.ref new file mode 100644 index 0000000..8ebf150 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/068.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="\r") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/069.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/069.xml new file mode 100644 index 0000000..2437f60 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/069.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!NOTATION n PUBLIC "whatever">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/069.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/069.xml.ref new file mode 100644 index 0000000..c5685c6 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/069.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + notationDecl(name="n", publicId="whatever", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/070.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/070.xml new file mode 100644 index 0000000..eef097d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/070.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ENTITY % e "<!ELEMENT doc (#PCDATA)>">
+%e;
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/070.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/070.xml.ref new file mode 100644 index 0000000..2525ef6 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/070.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="%e", value="<!ELEMENT doc (#PCDATA)>") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/071.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/071.xml new file mode 100644 index 0000000..ebfba23 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/071.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a ID #IMPLIED>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/071.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/071.xml.ref new file mode 100644 index 0000000..0b8e512 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/071.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/072.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/072.xml new file mode 100644 index 0000000..6ef39dc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/072.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a IDREF #IMPLIED>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/072.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/072.xml.ref new file mode 100644 index 0000000..0b8e512 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/072.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/073.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/073.xml new file mode 100644 index 0000000..217476d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/073.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a IDREFS #IMPLIED>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/073.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/073.xml.ref new file mode 100644 index 0000000..0b8e512 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/073.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/074.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/074.xml new file mode 100644 index 0000000..8b2354f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/074.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a ENTITY #IMPLIED>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/074.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/074.xml.ref new file mode 100644 index 0000000..0b8e512 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/074.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/075.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/075.xml new file mode 100644 index 0000000..33c0124 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/075.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a ENTITIES #IMPLIED>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/075.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/075.xml.ref new file mode 100644 index 0000000..0b8e512 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/075.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/076.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/076.xml new file mode 100644 index 0000000..65b731c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/076.xml @@ -0,0 +1,7 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a NOTATION (n1|n2) #IMPLIED>
+<!NOTATION n1 SYSTEM "http://www.w3.org/">
+<!NOTATION n2 SYSTEM "http://www.w3.org/">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/076.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/076.xml.ref new file mode 100644 index 0000000..3145f64 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/076.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + notationDecl(name="n1", publicId="", systemId="http://www.w3.org/") + notationDecl(name="n2", publicId="", systemId="http://www.w3.org/") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/077.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/077.xml new file mode 100644 index 0000000..e5f301e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/077.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a (1|2) #IMPLIED>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/077.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/077.xml.ref new file mode 100644 index 0000000..0b8e512 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/077.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/078.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/078.xml new file mode 100644 index 0000000..b31f40f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/078.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a CDATA #REQUIRED>
+]>
+<doc a="v"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/078.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/078.xml.ref new file mode 100644 index 0000000..6b4e3c4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/078.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a", qName="a", uri="", type="CDATA", value="v"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/079.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/079.xml new file mode 100644 index 0000000..a3290d6 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/079.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a CDATA #FIXED "v">
+]>
+<doc a="v"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/079.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/079.xml.ref new file mode 100644 index 0000000..6b4e3c4 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/079.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a", qName="a", uri="", type="CDATA", value="v"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/080.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/080.xml new file mode 100644 index 0000000..3208fa9 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/080.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a CDATA #FIXED "v">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/080.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/080.xml.ref new file mode 100644 index 0000000..0b8e512 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/080.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/081.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/081.xml new file mode 100644 index 0000000..51ee1a3 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/081.xml @@ -0,0 +1,7 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (a, b, c)>
+<!ELEMENT a (a?)>
+<!ELEMENT b (b*)>
+<!ELEMENT c (a | b)+>
+]>
+<doc><a/><b/><c><a/></c></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/081.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/081.xml.ref new file mode 100644 index 0000000..1bc7300 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/081.xml.ref @@ -0,0 +1,15 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + startElement(namespaceURI="", localName="a", qName="a", atts=[]) + endElement(namespaceURI="", localName="a", qName="a") + startElement(namespaceURI="", localName="b", qName="b", atts=[]) + endElement(namespaceURI="", localName="b", qName="b") + startElement(namespaceURI="", localName="c", qName="c", atts=[]) + startElement(namespaceURI="", localName="a", qName="a", atts=[]) + endElement(namespaceURI="", localName="a", qName="a") + endElement(namespaceURI="", localName="c", qName="c") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/082.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/082.xml new file mode 100644 index 0000000..d5245ac5 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/082.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ENTITY % e SYSTEM "e.dtd">
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/082.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/082.xml.ref new file mode 100644 index 0000000..a333feb --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/082.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="%e", publicId="", systemId="e.dtd") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/083.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/083.xml new file mode 100644 index 0000000..937cfc0 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/083.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ENTITY % e PUBLIC 'whatever' "e.dtd">
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/083.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/083.xml.ref new file mode 100644 index 0000000..d52b5aa --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/083.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="%e", publicId="whatever", systemId="e.dtd") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/084.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/084.xml new file mode 100644 index 0000000..8276076 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/084.xml @@ -0,0 +1 @@ +<!DOCTYPE doc [<!ELEMENT doc (#PCDATA)>]><doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/084.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/084.xml.ref new file mode 100644 index 0000000..37b53fc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/084.xml.ref @@ -0,0 +1,7 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/085.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/085.xml new file mode 100644 index 0000000..cf5834f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/085.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY % e "<foo>">
+<!ENTITY e "">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/085.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/085.xml.ref new file mode 100644 index 0000000..8f9cdcc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/085.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="%e", value="<foo>") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + skippedEntity(name="e") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/086.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/086.xml new file mode 100644 index 0000000..bbc3080 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/086.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e "">
+<!ENTITY e "<foo>">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/086.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/086.xml.ref new file mode 100644 index 0000000..b59c216 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/086.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/087.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/087.xml new file mode 100644 index 0000000..34797a6 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/087.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ENTITY e "<foo/>">
+<!ELEMENT doc (foo)>
+<!ELEMENT foo EMPTY>
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/087.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/087.xml.ref new file mode 100644 index 0000000..33d2309 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/087.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="<foo/>") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + startElement(namespaceURI="", localName="foo", qName="foo", atts=[]) + endElement(namespaceURI="", localName="foo", qName="foo") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/088.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/088.xml new file mode 100644 index 0000000..f97d968 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/088.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e "<foo>">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/088.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/088.xml.ref new file mode 100644 index 0000000..db24f34 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/088.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="<foo>") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="<foo>") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/089.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/089.xml new file mode 100644 index 0000000..2d80c8f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/089.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ENTITY e "𐀀􏿽">
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/089.xml.bak b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/089.xml.bak new file mode 100644 index 0000000..2d80c8f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/089.xml.bak @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ENTITY e "𐀀􏿽">
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/089.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/089.xml.ref Binary files differnew file mode 100644 index 0000000..7c68c32 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/089.xml.ref diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/090.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/090.xml new file mode 100644 index 0000000..c392c96 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/090.xml @@ -0,0 +1,7 @@ +<!DOCTYPE doc [
+<!ATTLIST e a NOTATION (n) #IMPLIED>
+<!ELEMENT doc (e)*>
+<!ELEMENT e (#PCDATA)>
+<!NOTATION n PUBLIC "whatever">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/090.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/090.xml.ref new file mode 100644 index 0000000..1cc0f1e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/090.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="e", aName="a", type="", valueDefault="", value="") + notationDecl(name="n", publicId="whatever", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/091.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/091.xml new file mode 100644 index 0000000..7343d0f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/091.xml @@ -0,0 +1,7 @@ +<!DOCTYPE doc [
+<!NOTATION n SYSTEM "http://www.w3.org/">
+<!ENTITY e SYSTEM "http://www.w3.org/" NDATA n>
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a ENTITY "e">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/091.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/091.xml.ref new file mode 100644 index 0000000..da92a9d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/091.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + notationDecl(name="n", publicId="", systemId="http://www.w3.org/") + unparsedEntityDecl(name="e", publicId="", systemId="http://www.w3.org/", notationName="n") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/092.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/092.xml new file mode 100644 index 0000000..627b74e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/092.xml @@ -0,0 +1,10 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (a)*>
+<!ELEMENT a EMPTY>
+]>
+<doc>
+<a/>
+ <a/> <a/>
+
+
+</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/092.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/092.xml.ref new file mode 100644 index 0000000..3b9e06d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/092.xml.ref @@ -0,0 +1,17 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n") + startElement(namespaceURI="", localName="a", qName="a", atts=[]) + endElement(namespaceURI="", localName="a", qName="a") + characters(ch="\r\n ") + startElement(namespaceURI="", localName="a", qName="a", atts=[]) + endElement(namespaceURI="", localName="a", qName="a") + characters(ch="\t") + startElement(namespaceURI="", localName="a", qName="a", atts=[]) + endElement(namespaceURI="", localName="a", qName="a") + characters(ch="\r\n\r\n\r\n") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/093.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/093.xml new file mode 100644 index 0000000..968acb6 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/093.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [ +<!ELEMENT doc (#PCDATA)> +]> +<doc>
+
</doc>
\ No newline at end of file diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/093.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/093.xml.ref new file mode 100644 index 0000000..2e8bee6 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/093.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="\r\n\r\r") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/094.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/094.xml new file mode 100644 index 0000000..5726e7d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/094.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ENTITY % e "foo">
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a1 CDATA "%e;">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/094.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/094.xml.ref new file mode 100644 index 0000000..4f42980 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/094.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="%e", value="foo") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/095.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/095.xml new file mode 100644 index 0000000..1fe6959 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/095.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ATTLIST doc a1 CDATA #IMPLIED>
+<!ATTLIST doc a1 NMTOKENS #IMPLIED>
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc a1="1 2"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/095.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/095.xml.ref new file mode 100644 index 0000000..567feee --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/095.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a1", qName="a1", uri="", type="CDATA", value="1 2"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/096.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/096.xml new file mode 100644 index 0000000..a6f8f43 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/096.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ATTLIST doc a1 NMTOKENS " 1 2 ">
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/096.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/096.xml.ref new file mode 100644 index 0000000..1e3200f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/096.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/097.ent b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/097.ent new file mode 100644 index 0000000..e06554a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/097.ent @@ -0,0 +1 @@ +<!ATTLIST doc a2 CDATA #IMPLIED>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/097.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/097.xml new file mode 100644 index 0000000..c606afa --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/097.xml @@ -0,0 +1,8 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY % e SYSTEM "097.ent">
+<!ATTLIST doc a1 CDATA "v1">
+%e;
+<!ATTLIST doc a2 CDATA "v2">
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/097.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/097.xml.ref new file mode 100644 index 0000000..b211a09 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/097.xml.ref @@ -0,0 +1,12 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="%e", publicId="", systemId="097.ent") + attributeDecl(eName="doc", aName="a1", type="", valueDefault="", value="") + resolveEntity(publicId="", systemId="097.ent", ret={}) + skippedEntity(name="%e") + attributeDecl(eName="doc", aName="a2", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/098.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/098.xml new file mode 100644 index 0000000..33a64ce --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/098.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc><?pi x
+y?></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/098.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/098.xml.ref new file mode 100644 index 0000000..5108be0 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/098.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + processingInstruction(target="pi", data="x\r\ny") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/099.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/099.xml new file mode 100644 index 0000000..1b7214a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/099.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/099.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/099.xml.ref new file mode 100644 index 0000000..21cd9bc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/099.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + processingInstruction(target="xml", data="version='1.0' encoding='utf-8'") + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/100.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/100.xml new file mode 100644 index 0000000..5b839e7 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/100.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ENTITY e PUBLIC ";!*#@$_%" "100.xml">
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/100.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/100.xml.ref new file mode 100644 index 0000000..aaeec27 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/100.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + externalEntityDecl(name="e", publicId=";!*#@$_%", systemId="100.xml") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/101.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/101.xml new file mode 100644 index 0000000..f464484 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/101.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e """>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/101.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/101.xml.ref new file mode 100644 index 0000000..5b7646c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/101.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="\"") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/102.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/102.xml new file mode 100644 index 0000000..f239ff5 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/102.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a CDATA #IMPLIED>
+]>
+<doc a="""></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/102.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/102.xml.ref new file mode 100644 index 0000000..75b2505 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/102.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a", qName="a", uri="", type="CDATA", value="\""}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/103.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/103.xml new file mode 100644 index 0000000..1dbbd5b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/103.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc><doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/103.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/103.xml.ref new file mode 100644 index 0000000..6352624 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/103.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="<doc>") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/104.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/104.xml new file mode 100644 index 0000000..666f43d --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/104.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a CDATA #IMPLIED>
+]>
+<doc a="x y"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/104.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/104.xml.ref new file mode 100644 index 0000000..2bccd0e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/104.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a", qName="a", uri="", type="CDATA", value="x\ty"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/105.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/105.xml new file mode 100644 index 0000000..6b3af2b --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/105.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a CDATA #IMPLIED>
+]>
+<doc a="x	y"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/105.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/105.xml.ref new file mode 100644 index 0000000..2bccd0e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/105.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a", qName="a", uri="", type="CDATA", value="x\ty"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/106.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/106.xml new file mode 100644 index 0000000..8757c0a --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/106.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a CDATA #IMPLIED>
+]>
+<doc a="x y"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/106.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/106.xml.ref new file mode 100644 index 0000000..1e9cc09 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/106.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a", qName="a", uri="", type="CDATA", value="x\ny"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/107.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/107.xml new file mode 100644 index 0000000..3d2c256 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/107.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a CDATA #IMPLIED>
+]>
+<doc a="x y"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/107.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/107.xml.ref new file mode 100644 index 0000000..803dbc2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/107.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a", qName="a", uri="", type="CDATA", value="x\ry"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/108.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/108.xml new file mode 100644 index 0000000..e919bf2 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/108.xml @@ -0,0 +1,7 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e "
+">
+<!ATTLIST doc a CDATA #IMPLIED>
+]>
+<doc a="x&e;y"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/108.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/108.xml.ref new file mode 100644 index 0000000..2199bd8 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/108.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="\r\n") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a", qName="a", uri="", type="CDATA", value="x\r\ny"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/109.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/109.xml new file mode 100644 index 0000000..33fa38e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/109.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a CDATA #IMPLIED>
+]>
+<doc a=""></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/109.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/109.xml.ref new file mode 100644 index 0000000..789cb33 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/109.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a", qName="a", uri="", type="CDATA", value=""}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/110.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/110.xml new file mode 100644 index 0000000..0c61c65 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/110.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e " ">
+<!ATTLIST doc a CDATA #IMPLIED>
+]>
+<doc a="x&e;y"></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/110.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/110.xml.ref new file mode 100644 index 0000000..2199bd8 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/110.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="\r\n") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a", qName="a", uri="", type="CDATA", value="x\r\ny"}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/111.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/111.xml new file mode 100644 index 0000000..cb56f26 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/111.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST doc a NMTOKENS #IMPLIED>
+]>
+<doc a=" x  y "></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/111.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/111.xml.ref new file mode 100644 index 0000000..152e284 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/111.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="doc", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[{localName="a", qName="a", uri="", type="CDATA", value=" x y "}]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/112.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/112.xml new file mode 100644 index 0000000..27b6a4c --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/112.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (a | b)>
+<!ELEMENT a (#PCDATA)>
+]>
+<doc><a></a></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/112.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/112.xml.ref new file mode 100644 index 0000000..f82c6dc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/112.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + startElement(namespaceURI="", localName="a", qName="a", atts=[]) + endElement(namespaceURI="", localName="a", qName="a") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/113.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/113.xml new file mode 100644 index 0000000..d2edd0f --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/113.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ATTLIST e a CDATA #IMPLIED>
+]>
+<doc></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/113.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/113.xml.ref new file mode 100644 index 0000000..6342ccc --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/113.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + attributeDecl(eName="e", aName="a", type="", valueDefault="", value="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/114.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/114.xml new file mode 100644 index 0000000..52e2070 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/114.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e "<![CDATA[&foo;]]>">
+]>
+<doc>&e;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/114.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/114.xml.ref new file mode 100644 index 0000000..b11750e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/114.xml.ref @@ -0,0 +1,11 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e", value="<![CDATA[&foo;]]>") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + startCDATA() + characters(ch="&foo;") + endCDATA() + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/115.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/115.xml new file mode 100644 index 0000000..d939a67 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/115.xml @@ -0,0 +1,6 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY e1 "&e2;">
+<!ENTITY e2 "v">
+]>
+<doc>&e1;</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/115.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/115.xml.ref new file mode 100644 index 0000000..5b09ebd --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/115.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="e1", value="&e2;") + internatlEntityDecl(name="e2", value="v") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="v") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/116.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/116.xml new file mode 100644 index 0000000..55ab496 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/116.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+]>
+<doc><![CDATA[
+]]></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/116.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/116.xml.ref new file mode 100644 index 0000000..9bdec9e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/116.xml.ref @@ -0,0 +1,10 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + startCDATA() + characters(ch="\r\n") + endCDATA() + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/117.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/117.xml new file mode 100644 index 0000000..e4f02b1 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/117.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY rsqb "]">
+]>
+<doc>]</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/117.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/117.xml.ref new file mode 100644 index 0000000..78dd114 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/117.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="rsqb", value="]") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="]") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/118.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/118.xml new file mode 100644 index 0000000..fba6c44 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/118.xml @@ -0,0 +1,5 @@ +<!DOCTYPE doc [
+<!ELEMENT doc (#PCDATA)>
+<!ENTITY rsqb "]]">
+]>
+<doc>]</doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/118.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/118.xml.ref new file mode 100644 index 0000000..c84da55 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/118.xml.ref @@ -0,0 +1,9 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + internatlEntityDecl(name="rsqb", value="]]") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + characters(ch="]]") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/119.xml b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/119.xml new file mode 100644 index 0000000..876e747 --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/119.xml @@ -0,0 +1,4 @@ +<!DOCTYPE doc [
+<!ELEMENT doc ANY>
+]>
+<doc><!-- -á --></doc>
diff --git a/tests/auto/qxmlsimplereader/xmldocs/valid/sa/119.xml.ref b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/119.xml.ref new file mode 100644 index 0000000..d1c643e --- /dev/null +++ b/tests/auto/qxmlsimplereader/xmldocs/valid/sa/119.xml.ref @@ -0,0 +1,8 @@ +setDocumentLocator(locator={columnNumber=1, lineNumber=1}) +startDocument() + startDTD(name="doc", publicId="", systemId="") + endDTD() + startElement(namespaceURI="", localName="doc", qName="doc", atts=[]) + comment(ch=" -á ") + endElement(namespaceURI="", localName="doc", qName="doc") +endDocument() |