Hi, Looking at the XML-RPC source code, I see mostly java.util.Vector and java.util.Hashtable used as opposed to the java.util.List (or java.util.Collection) and java.util.Map interfaces. Why is that? Is it to allow compiling and using XML-RPC with JDK 1.1? Or perhaps another reason? A similar question follows as to the implementation types, i.e. why not use ArrayList and HashMap?
Looking at XmlWriter, it would be trivial to modify it to accept a Map instead of Hashtable and a List instead of Vector. I'd be happy to contribute a patch... Yoav Shapira Millennium ChemInformatics This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you.
