Edit

kc3-lang/libxml2/result/HTML/reg3.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/reg3.html.sax
  • SAX.setDocumentLocator()
    SAX.startDocument()
    SAX.startElement(html)
    SAX.ignorableWhitespace(
    , 1)
    SAX.startElement(head)
    SAX.ignorableWhitespace(
    , 1)
    SAX.startElement(title)
    SAX.characters(Regression test 3, 17)
    SAX.endElement(title)
    SAX.ignorableWhitespace(
    , 1)
    SAX.endElement(head)
    SAX.ignorableWhitespace(
    , 1)
    SAX.startElement(body)
    SAX.characters(
    , 1)
    SAX.startElement(h1)
    SAX.characters(Regression test 3, 17)
    SAX.endElement(h1)
    SAX.characters(
    , 1)
    SAX.startElement(p)
    SAX.characters(
    Autoclose of tag P
    , 20)
    SAX.endElement(p)
    SAX.startElement(hr)
    SAX.endElement(hr)
    SAX.characters(
    , 1)
    SAX.startElement(p)
    SAX.characters(
    Ok file no problem
    , 20)
    SAX.endElement(p)
    SAX.endElement(body)
    SAX.ignorableWhitespace(
    , 1)
    SAX.endElement(html)
    SAX.ignorableWhitespace(
    , 1)
    SAX.endDocument()