File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / winblanks.xml.sax2
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:38:02 2012 UTC (12 years, 4 months ago) by misho
Branches: libxml2, MAIN
CVS tags: v2_9_1p0, v2_9_1, v2_8_0p0, v2_8_0, v2_7_8, HEAD
libxml2

    1: SAX.setDocumentLocator()
    2: SAX.startDocument()
    3: SAX.startElementNs(a, NULL, NULL, 0, 0, 0)
    4: SAX.characters(
    5:     , 5)
    6: SAX.startElementNs(B, NULL, NULL, 0, 0, 0)
    7: SAX.characters(
    8:         , 9)
    9: SAX.startElementNs(C, NULL, NULL, 0, 0, 0)
   10: SAX.endElementNs(C, NULL, NULL)
   11: SAX.characters(   , 3)
   12: SAX.characters(
   13: , 1)
   14: SAX.endElementNs(B, NULL, NULL)
   15: SAX.characters(
   16: , 1)
   17: SAX.endElementNs(a, NULL, NULL)
   18: SAX.endDocument()

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