Hello
I've been using this library for quite some time and I find it very good. However, I recently stumbled upon a problem with XML encoding of the special characters. In my particular case, there were two consecutive special characters, like in the following string
&&hello
This results in the following encoding, which is incorrect
&&hello
The correct encoding would be
&&hello
I took the liberty of fixing this, as I need it for my project. I couldn't find the sources in the SourceForge CVS, so I'm attaching a patch created from 0.9.2-beta sources zip. I'm using Git, so the patch it created using Git.
Cheers
Mladen
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
A patch for the reported problem