mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-24 21:33:51 +03:00
0161e638c6
* parser.c include/libxml/parser.h: completely different fix for the recursion detection based on entity density, big cleanups in the entity parsing code too * result/*.sax*: the parser should not ask for used defined versions of the predefined entities * testrecurse.c: automatic test for entity recursion checks * Makefile.am: added testrecurse * test/recurse/lol* test/recurse/good*: a first set of tests for the recursion Daniel svn path=/trunk/; revision=3783
30 lines
2.2 KiB
Plaintext
30 lines
2.2 KiB
Plaintext
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.startElementNs(response, ino, 'http://namespaces.softwareag.com/tamino/response2', 2, xmlns:ino='http://namespaces.softwareag.com/tamino/response2', xmlns:xql='http://metalab.unc.edu/xql/', 2, 0, ino:sessionid='556"...', 3, ino:sessionkey='1590...', 10)
|
|
SAX.startElementNs(query, xql, 'http://metalab.unc.edu/xql/', 0, 0, 0)
|
|
SAX.characters(/bsk:DocPart[@docId=, 20)
|
|
SAX.characters(', 1)
|
|
SAX.characters(20040308152601345236, 20)
|
|
SAX.characters(', 1)
|
|
SAX.characters( and @docPartNo=1], 18)
|
|
SAX.endElementNs(query, xql, 'http://metalab.unc.edu/xql/')
|
|
SAX.startElementNs(message, ino, 'http://namespaces.softwareag.com/tamino/response2', 0, 1, 0, ino:returnvalue='0"><...', 1)
|
|
SAX.startElementNs(messageline, ino, 'http://namespaces.softwareag.com/tamino/response2', 0, 0, 0)
|
|
SAX.characters(XQL Request processing, 22)
|
|
SAX.endElementNs(messageline, ino, 'http://namespaces.softwareag.com/tamino/response2')
|
|
SAX.endElementNs(message, ino, 'http://namespaces.softwareag.com/tamino/response2')
|
|
SAX.startElementNs(result, xql, 'http://metalab.unc.edu/xql/', 0, 0, 0)
|
|
SAX.startElementNs(DocPart, bsk, 'http://www.heitec.net/sara4/tamino/basket', 1, xmlns:bsk='http://www.heitec.net/sara4/tamino/basket', 3, 0, docId='2004...', 20, docPartNo='1" i...', 1, ino:id='1529...', 5)
|
|
SAX.startElementNs(File, bsk, 'http://www.heitec.net/sara4/tamino/basket', 0, 2, 0, name='4898...', 13, size='7519...', 5)
|
|
SAX.characters( , 1)
|
|
SAX.endElementNs(File, bsk, 'http://www.heitec.net/sara4/tamino/basket')
|
|
SAX.endElementNs(DocPart, bsk, 'http://www.heitec.net/sara4/tamino/basket')
|
|
SAX.endElementNs(result, xql, 'http://metalab.unc.edu/xql/')
|
|
SAX.startElementNs(message, ino, 'http://namespaces.softwareag.com/tamino/response2', 0, 1, 0, ino:returnvalue='0"><...', 1)
|
|
SAX.startElementNs(messageline, ino, 'http://namespaces.softwareag.com/tamino/response2', 0, 0, 0)
|
|
SAX.characters(XQL Request processed, 21)
|
|
SAX.endElementNs(messageline, ino, 'http://namespaces.softwareag.com/tamino/response2')
|
|
SAX.endElementNs(message, ino, 'http://namespaces.softwareag.com/tamino/response2')
|
|
SAX.endElementNs(response, ino, 'http://namespaces.softwareag.com/tamino/response2')
|
|
SAX.endDocument()
|