| Author |
Can JAXB combine data from 2 schema into single hierarchy tree?
|
Vladas Razas
Ranch Hand
Joined: Dec 02, 2003
Posts: 385
|
|
I want to use data in my application from 2 different xml ( schemas ). Could JAXB merge my data in memory and keep data relationships. One schema/XML will contain data description and their default values (sort of template) and second one will have the data values for the object described in first XML. Can I load it into same data tree? This is like merging 2 xmls. Is it possible with JAXB? Is it possible with JAXB to load data using one schema and store data using another?
|
 |
 |
|
|
subject: Can JAXB combine data from 2 schema into single hierarchy tree?
|
|
|