• 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:

Doubts IN XML and Java

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends,

I am displaying some values in TreeTable format..

Each row may be expanded to some sub row..

All the rows have same no.of .column..Somewhat I managed to display the hardcoded values..

My boss asked me that which format I need that data..I guess he is prefering XMl.

Can anyone guide me if i write that kind of XML , how can I get the values in JAVA,

Is it need of DTD???

these are the fields


Module, Start Date,EndDate,Stauts..


Each has more child..That child may have more child


I hope that any XML folks can help me


Thanks in Advance,
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'd suggest going through this tutorial and checking out the code examples Java Developer's Almanac has to offer.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic