File: __init__.py

package info (click to toggle)
simpleparse 2.0.0-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,652 kB
  • ctags: 2,231
  • sloc: python: 7,171; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
"""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.
"""