Hash :
8e36e6a0
Author :
Date :
2003-09-10T10:50:59
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
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElement(RDF:RDF, xmlns:p3p='http://www.w3.org/TR/1998/WD-P3P10-syntax#proposal.DTD', xmlns:RDF='http://www.w3.org/TR/WD-rdf-syntax#')
SAX.characters(
, 1)
SAX.startElement(PROP, realm='http://www.CoolCatalog.com/catalogue/', entity='CoolCatalog', agreeID='94df1293a3e519bb', assurance='http://www.TrustUs.org')
SAX.characters(
, 3)
SAX.startElement(USES)
SAX.characters(
, 3)
SAX.startElement(STATEMENT, purp='2,3', recpnt='0', id='0', consq='a site with clothes you'd appreciate.')
SAX.characters(
, 5)
SAX.startElement(WITH)
SAX.startElement(PREFIX, name='User.')
SAX.characters(
, 6)
SAX.startElement(REF, name='Name.First')
SAX.endElement(REF)
SAX.characters(
, 6)
SAX.startElement(REF, name='Bdate.Year', optional='1')
SAX.endElement(REF)
SAX.characters(
, 6)
SAX.startElement(REF, name='Gender')
SAX.endElement(REF)
SAX.characters(
, 5)
SAX.endElement(PREFIX)
SAX.endElement(WITH)
SAX.characters(
, 3)
SAX.endElement(STATEMENT)
SAX.characters(
, 3)
SAX.endElement(USES)
SAX.characters(
, 3)
SAX.startElement(USES)
SAX.characters(
, 3)
SAX.getEntity(amp)
SAX.startElement(STATEMENT, action='read&write', purp='0', recpnt='0', id='1')
SAX.characters(
, 5)
SAX.startElement(REF, name='User.Shipping.')
SAX.endElement(REF)
SAX.characters(
, 3)
SAX.endElement(STATEMENT)
SAX.characters(
, 3)
SAX.endElement(USES)
SAX.characters(
, 3)
SAX.startElement(DISCLOSURE, discURI='http://www.CoolCatalog.com/PrivacyPractice.html', access='3', other='0,1')
SAX.endElement(DISCLOSURE)
SAX.characters(
, 1)
SAX.endElement(PROP)
SAX.endElement(RDF:RDF)
SAX.endDocument()