Edit

kc3-lang/libxml2/result/comment5.xml.sax

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2005-01-23 17:37:44
    Hash : 4c778d8b
    Message : boosting common commnent parsing code, it was really slow. added sprecific * parser.c: boosting common commnent parsing code, it was really slow. * test/comment[3-5].xml result//comment[3-5].xml*: added sprecific regression tests Daniel

  • result/comment5.xml.sax
  • SAX.setDocumentLocator()
    SAX.startDocument()
    SAX.comment( test of hyphen and line break handling
         some text - interrupted -
    - - - - - - - - - - - - - - - - - - - - - -
                          this should stop here^
    
    
    )
    SAX.startElement(doc)
    SAX.endElement(doc)
    SAX.endDocument()