mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

* parser.c: fix various attribute normalisation problems reported by Ashwin * result/c14n/without-comments/example-4 result/c14n/with-comments/example-4: this impacted the result of two c14n tests :-\ * test/att9 test/att10 test/att11 result//att9* result//att10* result//att11*: added 3 specific regression tests coming from the XML spec revision and from Ashwin Daniel svn path=/trunk/; revision=3715
22 lines
708 B
Plaintext
22 lines
708 B
Plaintext
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.internalSubset(attributes, , )
|
|
SAX.elementDecl(attributes, 1, ...)
|
|
SAX.attributeDecl(attributes, nmtoken, 7, 3, NULL, ...)
|
|
SAX.attributeDecl(attributes, nmtokens, 8, 3, NULL, ...)
|
|
SAX.entityDecl(ent, 1, (null), (null), entity&recursive; )
|
|
SAX.getEntity(ent)
|
|
SAX.entityDecl(recursive, 1, (null), (null), reference)
|
|
SAX.getEntity(recursive)
|
|
SAX.externalSubset(attributes, , )
|
|
SAX.getEntity(ent)
|
|
SAX.getEntity(recursive)
|
|
SAX.getEntity(ent)
|
|
SAX.getEntity(recursive)
|
|
SAX.getEntity(ent)
|
|
SAX.getEntity(recursive)
|
|
SAX.startElement(attributes, nmtoken=' &ent; &ent; &ent; ', nmtokens=' Test
|
|
this normalization ')
|
|
SAX.endElement(attributes)
|
|
SAX.endDocument()
|