Home | History | Annotate | Download | only in result
      1 SAX.setDocumentLocator()
      2 SAX.startDocument()
      3 SAX.comment( test of non ascii comments like l et trs )
      4 SAX.comment( another one )
      5 SAX.comment( another one )
      6 SAX.startElementNs(doc, NULL, NULL, 0, 0, 0)
      7 SAX.endElementNs(doc, NULL, NULL)
      8 SAX.endDocument()
      9