Edit

kc3-lang/libxml2/result/HTML/attrents.html.sax

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2005-09-01 09:52:30
    Hash : 36d73403
    Message : Applied the last patch from Gary Coady for #304637 changing the behaviour * HTMLparser.c: Applied the last patch from Gary Coady for #304637 changing the behaviour when text nodes are found in body * result/HTML/*: this changes the output of some tests Daniel

  • result/HTML/attrents.html.sax
  • SAX.setDocumentLocator()
    SAX.startDocument()
    SAX.startElement(html)
    SAX.ignorableWhitespace(
    , 2)
    SAX.startElement(body, bgcolor='#FFFFFF')
    SAX.characters(
                    , 18)
    SAX.startElement(a, href='mailto:katherine@cbfanc.org,website@bis.doc.gov?subject=South San Francisco BIS Seminar - October 16th')
    SAX.endElement(a)
    SAX.startElement(br)
    SAX.endElement(br)
    SAX.characters(
    , 2)
    SAX.endElement(body)
    SAX.ignorableWhitespace(
    , 2)
    SAX.endElement(html)
    SAX.ignorableWhitespace(
    , 2)
    SAX.endDocument()