There are a lot of smart individuals on this list and am hoping someone can
recommend a good technology.
 
Essentially I need a lightweight library that can do simple bean<->xml
conversions without mappings, but handle out of bounds data for different
versions of xml and beans.
 
XStream http://xstream.codehaus.org/ is a perfect example of everything I
need *except* it does not handle out of bounds data - for example if the xml
is missing a tag or has an unexpected tag, I want the bean object to still be
created, with the extra tag ignored or the property corresponding to a
missing tag left at its default value.
 
thanks
 
--
Peter Locke
Senior Engineer / Dev Lead
www.abebooks.com <http://www.abebooks.com/> 
<mailto:[EMAIL PROTECTED]> 
 

Reply via email to