Annotation of embedaddon/libxml2/result/nsclean.xml.sax2, revision 1.1
1.1 ! misho 1: SAX.setDocumentLocator()
! 2: SAX.startDocument()
! 3: SAX.startElementNs(article, NULL, 'tag:foofoofoofoofoofoofoofoo', 3, xmlns='tag:foofoofoofoofoofoofoofoo', xmlns:dc='http://purl.org/dc/elements/1.1/', xmlns:dcterms='http://purl.org/dc/terms/', 0, 0)
! 4: SAX.characters(
! 5: , 1)
! 6: SAX.startElementNs(content, foop, 'tag:foofoofoofoofoofoofoofoo', 2, xmlns='http://www.w3.org/1999/xhtml', xmlns:foop='tag:foofoofoofoofoofoofoofoo', 0, 0)
! 7: SAX.characters(
! 8: , 1)
! 9: SAX.endElementNs(content, foop, 'tag:foofoofoofoofoofoofoofoo')
! 10: SAX.characters(
! 11: , 1)
! 12: SAX.endElementNs(article, NULL, 'tag:foofoofoofoofoofoofoofoo')
! 13: SAX.endDocument()
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>