• 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

print table format output

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

I have parsed the data from xml using sax parser. and i write the code in java to print the result.

Then, How i will print the result in table format.(but the code should be .java file)

Is there any idea, tell me or give some sample code.

give some sample code or correct website id if any...


Regards,
kumar

Regards,
kumar
 
Ranch Hand
Posts: 333
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, if you have an xml file and wish to output it as a table, it would depend on what that table was.

If the output is for display then as the data is XML I think my first stop would be to use XSLT to translate it to the table format, espically if it is too be a HTML table.


A good, or at leats i felt it was good XSLT beginners guide can be found over at w3Schools

Hope this helps.
G
 
reply
    Bookmark Topic Watch Topic
  • New Topic