[JDEV] <x> xml in jabberbeans
David Waite
dwaite at jabber.com
Wed Jul 11 09:26:49 CDT 2001
Benjamin H Szekely wrote:
>When I get the content from my message extension in jabberbeans, the XML is
>no longer well-formed since all " have been turned back to \' , all
>& have been turned to & etc...This is a problem because I would like to
>do some parsing of that xml myself using xerces. Is there a built-in way
>to do parsing of the x-elements? Can I add a content handler to the sax
>parser which parses directly off the input stream? I'm using the latest
>release of jabberbeans, 9.4 pre or something.
>
> Thanks
> Ben Szekely
>
>_______________________________________________
>jdev mailing list
>jdev at jabber.org
>http://mailman.jabber.org/listinfo/jdev
>
Ugh, this is bug. The DefaultExtension is not leaving entity characters
(& and the like), the parser is translating them. Care to file it?
-David Waite
More information about the JDev
mailing list