getting JAXB to ignore xml elements
843834May 10 2005 — edited Oct 20 2005If I want my generated classes to ignore certain XML elements (which may or may not be present in the XML file), how can i do this easily? basically, it's data that's unimportant and i want the parser not to throw an exception when an unexpected element shows up.
Thanks!
-Miriam