Edit

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

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2001-11-06 22:50:19
    Hash : 957fdcf2
    Message : handle the case of < in quoted attributes, Bastian Kleineidam Daniel * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*: handle the case of < in quoted attributes, Bastian Kleineidam Daniel

  • result/HTML/lt.html.sax
  • SAX.setDocumentLocator()
    SAX.startDocument()
    SAX.startElement(html)
    SAX.ignorableWhitespace(
    , 1)
    SAX.startElement(head)
    SAX.ignorableWhitespace(
    , 1)
    SAX.startElement(meta, name='Author', content='Root &lt;root@aol.com&gt;')
    SAX.endElement(meta)
    SAX.ignorableWhitespace(
    , 1)
    SAX.endElement(head)
    SAX.ignorableWhitespace(
    , 1)
    SAX.endElement(html)
    SAX.ignorableWhitespace(
    , 1)
    SAX.endDocument()