File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / utf16lebom.xml.sax2
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:38:02 2012 UTC (12 years, 5 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    1: SAX.setDocumentLocator()
    2: SAX.startDocument()
    3: SAX.comment( This file is encoded in UTF-16LE )
    4: SAX.startElementNs(repository, NULL, NULL, 0, 1, 0, repositroy_id='test...', 4)
    5: SAX.startElementNs(namespace, NULL, NULL, 0, 1, 0, name='test...', 4)
    6: SAX.endElementNs(namespace, NULL, NULL)
    7: SAX.endElementNs(repository, NULL, NULL)
    8: SAX.endDocument()

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