Edit

kc3-lang/libxml2/SAXresult/dtd12

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 1999-10-14 09:10:25
    Hash : 7c1206fc
    Message : Revamped HTML parsing, lots of bug fixes for HTML stuff, Added xmlValidGetValidElements and xmlValidGetPotentialChildren, Completed and cleaned up the tests, Added doc for new modules gnome-xml-xmlmemory.html and gnome-xml-nanohttp.html, Daniel

  • SAXresult/dtd12
  • xmlSAXUserParseFile returned error 27
    SAX.setDocumentLocator()
    SAX.startDocument()
    SAX.internalSubset(doc, (null), (null))
    SAX.entityDecl(YN, 4, (null), (null), "Yes")
    SAX.getParameterEntity(YN)
    SAX.getParameterEntity(YN)
    SAX.error: PEReference: %YN; not found
    SAX.entityDecl(WhatHeSaid, 1, (null), (null), He said )
    SAX.getEntity(WhatHeSaid)
    SAX.startElement(doc)
    SAX.getEntity(WhatHeSaid)
    SAX.warning: Entity 'WhatHeSaid' not defined
    SAX.endElement(doc)
    SAX.endDocument()
    xmlSAXUserParseFile returned error 27