Home | History | Annotate | Download | only in HTML
      1 SAX.setDocumentLocator()
      2 SAX.startDocument()
      3 SAX.error: htmlParseEntityRef: expecting ';'
      4 SAX.startElement(html)
      5 SAX.startElement(body)
      6 SAX.startElement(p)
      7 SAX.characters(&, 1)
      8 SAX.characters(Ù, 2)
      9 SAX.endElement(p)
     10 SAX.endElement(body)
     11 SAX.endElement(html)
     12 SAX.endDocument()
     13