micropython-lib/xmltok
Paul Sokolovsky 91c590185c xmltok: Support XML namespaces.
Now all tags/attributes represented by pair (namspace, ident). "namespace"
is empty string for default namespace. E.g.:

('START_TAG', ('', 'specVersion'))
('END_TAG', ('s', 'Body'))
2015-10-10 13:10:11 +03:00
..
xmltok.py xmltok: Support XML namespaces. 2015-10-10 13:10:11 +03:00