mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-11 18:09:31 +08:00
2.6.0beta1 changes Fixing attribute normalization, might not be totally
* configure.in doc/* : 2.6.0beta1 changes * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute normalization, might not be totally fixed but this should make sure SAX event provide the right strings for attributes except entities for which libxml2 is different by default This should fix #109564 * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes in attribute callback values * result/c14n/with-comments/example-4 result/c14n/without-comments/example-4: this also fixes a subtle bug in the canonicalization tests. Daniel
This commit is contained in:
parent
3d1e00c421
commit
ac097cc683
@ -1,6 +1,6 @@
|
||||
SAX.setDocumentLocator()
|
||||
SAX.startDocument()
|
||||
SAX.getEntity(apos)
|
||||
SAX.startElement(item, title='Icrontic.com - Warning: Breakdancing midget with tourette's syndrome on-board ', url='http://www.icrontic.com/', first_time='985034339', last_time='985034339', visits='1')
|
||||
SAX.startElement(item, title='Icrontic.com - Warning: Breakdancing midget with tourette's syndrome on-board ', url='http://www.icrontic.com/', first_time='985034339', last_time='985034339', visits='1')
|
||||
SAX.endElement(item)
|
||||
SAX.endDocument()
|
||||
|
@ -6,7 +6,7 @@ SAX.getEntity(xml)
|
||||
SAX.externalSubset(EXAMPLE, , example.dtd)
|
||||
SAX.getEntity(amp)
|
||||
SAX.getEntity(xml)
|
||||
SAX.startElement(EXAMPLE, prop1='a&b', prop2='&xml;')
|
||||
SAX.startElement(EXAMPLE, prop1='a&b', prop2='&xml;')
|
||||
SAX.characters(
|
||||
Test of entities in attribu, 35)
|
||||
SAX.endElement(EXAMPLE)
|
||||
|
Loading…
Reference in New Issue
Block a user