• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Generate XML using XSD and data in CSV

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have to generate an xml using XSD and data from CSV.
XSD contains all the header information required.
CSV would contain the data.

What approach should i use to generate xml using xsd and data from csv?
Also, the problem is I cannot generate java objects or POJO as there would be many different XSD's so creating soo many classes is not a feasible solution, that would unnecessary create java classes in source code.

Thanks in advance.

Cheers
 
reply
    Bookmark Topic Watch Topic
  • New Topic