Package: libwbxml2-0
Version: 0.9.2-3
Severity: wishlist

While trying to write Python bindings for libwbxml2's SAX-like parser
functionality, I noticed that parse_entity() from wbxml_parser.c
converts WBXML entity tags to equivalent XML tags, instead of
character data.

If I have an WBXML document with an entity tag indicating the letter
'A', I expect a SAX-like parser to pass it to the character data
callback as the letter 'A', and not as 'A'. Using the latter
format would defeat the purpose of using a SAX parser.

I suggest that parse_entity() should be rewritten to represent
entities as real, raw characters instead of XML entities.

Sincerely,

Stijn van Drongelen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to