• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Can JAXB combine data from 2 schema into single hierarchy tree?

 
Ranch Hand
Posts: 385
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
reply
    Bookmark Topic Watch Topic
  • New Topic