Home | History | Annotate | Download | only in HTML
      1 SAX.setDocumentLocator()
      2 SAX.startDocument()
      3 SAX.error: PI is not started correctlySAX.startElement(html)
      4 SAX.startElement(body)
      5 SAX.startElement(p)
      6 SAX.characters(“, 2)
      7 SAX.endElement(p)
      8 SAX.endElement(body)
      9 SAX.endElement(html)
     10 SAX.endDocument()
     11