|
Thanks for looking at EaseXML Uche!
I'd like to add some extra notes, though. First i agree Unicode support is not that fantastic in EaseXML. But there are 2 XMLObject options which are worth looking at :
- _encoding (example: 'utf-8')
- _unicodeOutput (a boolean which default to True)
Second point, i'm working on namespace support and multi-parsers support. I already checked in some code in the Subversion repository.
About the API, i'm open to suggestions ;) i plan to move XMLObject's options to a sub-class which will be a bit cleaner.
As you mention it, EaseXML isn't still very mature and i'm developing it during my spare time along with few other open-source projects. That's why the features list is not very long.
|