Hi,
The xml used by XMLBlaster is parsed with a SAX parser it seems.
But for the generation of XML strings, no parser is used, resulting in incorrect XML. (StringBuffers are used to generate the XML strings)
The result is that special characters like &, at , ... can not be used. eg "Jack&Moud" needs to be translated into "Jack&Moud".
Further information can be found on: http://www.javazoom.net/services/newsletter/xmlgeneration.html
This is a nice overview, our constraints to change to another xml generation technique are:
- support for JDK 1.2 up to 1.5 - keep performance - portability
regards
Has anyone else already tried to used some of those special characters ?
Kind regards, Nicolas.
-- http://www.xmlBlaster.org