Annotation of embedaddon/libxml2/result/ns5.sax2, revision 1.1.1.1

1.1       misho       1: SAX.setDocumentLocator()
                      2: SAX.startDocument()
                      3: SAX.startElementNs(element, NULL, 'http://example.org/ns/1', 2, xmlns:rng='http://example.org/ns/1', xmlns='http://example.org/ns/1', 1, 0, name='foo"...', 3)
                      4: SAX.characters(
                      5:   , 3)
                      6: SAX.startElementNs(empty, NULL, 'http://example.org/ns/1', 0, 0, 0)
                      7: SAX.endElementNs(empty, NULL, 'http://example.org/ns/1')
                      8: SAX.characters(
                      9: , 1)
                     10: SAX.endElementNs(element, NULL, 'http://example.org/ns/1')
                     11: SAX.endDocument()

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>