The Apache XML-RPC libraries fail to transform '<' into '<' and '&' into '&' when they occur in a Hashtable key (<name/> element).
This can be fixed by removing this line (XmlRpc.java:756)
write(nextkey);
And replacing it with this line:
chardata(nextkey);
- a
--
Sick of HTML user interfaces?
www.xwt.org
Some people don't care if the pie is smaller, so long as they still
get all of it.
