XMLParsing
XMLParsing copied to clipboard
Resolve #5 Allow for CharData to be keyed
- In the presence of attributes and child elements, chardata values will be keyed on a custom value provided by the user via the new property
characterDataToken
on the XMLDecoder
Note that this breaks current implementations since, if the key is set, all attributes, values, and child elements will be serialized into the container dictionary.
@ShawnMoore - Mind giving this a look when you get a chance? How do you feel about this implementation?