|
Replies:
0
|
|
|
|
|
|
|
Unmarshal by Declared Type
Posted:
May 13, 2008 2:08 AM
|
|
|
hello all
jaxb 2.0 has been working great so far with a project i have at hand. it turns out i have to unmarshall xml documents where the root node in the document is actually a subnode from the original xml document. I am able to deserialize by unmarshalling by a declared type. but i had to manually add the namespace to the element. is there anyway to programatically set the namespace of this subelement or somehow deal with it??
thanks for any help
|
|
|
|