simpleparse.xmlparser | index /usr/src/tmp/python3-module-simpleparse-buildroot/usr/lib/python3/site-packages/simpleparse/xmlparser/__init__.py |
XML Parsing package
At the moment it's really limited,
but it does the basics, and the rest
is mostly just a matter of fiddling
about with Unicode and CharacterType
support. There is only very minimal
support for Reference types, basically
we note that a Reference exists, but
don't do any further processing of it.
Package Contents | ||
__init__ -- XML Parsing package xml_parser -- XML Parser based (loosely) on the XML Spec's EBNF |
Data | ||
__file__ = '/usr/src/tmp/python3-module-simpleparse-buildroo...3/site-packages/simpleparse/xmlparser/__init__.py' __name__ = 'simpleparse.xmlparser' __path__ = ['/usr/src/tmp/python3-module-simpleparse-buildroo...r/lib/python3/site-packages/simpleparse/xmlparser'] |