This seems like it would be simple, but I can't figure out how to get
the attributes of the XML elements that were unmarshalled into JAXB
objects, but which were not necessarily specified in the schema. The
unmarshalled objects contain the complete element hierarchy, but I need
to be able to see some attributes also.
For instance, my sample XML file has a root element with attributes
"xsmlns:xsi" and "xsi:noNamespaceSchemaLocation". These are not
specified in the schema (logically), but I need to have my JAXB objects
contain everything from the XML file, so I can reproduce it later. Is
JAXB not good for completely reproducing the original XML file? How
does it deal with comments, for instance?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net