• 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

java program to covert a normal xml file to pojo xml file

 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello friend ,
please could anyone help me with this .
this is input is an ordinary xml file and output expected is a pojo xml file . Please could anyone help me how to about it because output has to be an xml in pojo format


i/p xml file is

 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I see hardly any similarity between the input and output XML format. Can you give more details on how that mapping is supposed to work, along with an example of how a specific input file would be mapped to a specific output file?

Also, please be careful to choose a proper forum for your questions. This forum is about security, which has nothing to do with the question.
 
reply
    Bookmark Topic Watch Topic
  • New Topic