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

1.1       misho       1: SAX.setDocumentLocator()
                      2: SAX.startDocument()
                      3: SAX.startElementNs(test, xml, 'http://www.w3.org/XML/1998/namespace', 0, 0, 0)
                      4: SAX.endElementNs(test, xml, 'http://www.w3.org/XML/1998/namespace')
                      5: SAX.endDocument()

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