• 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

Reading XML,

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello frnd...

I want to read or parse XML which have attributes and without using the element name...in JAVA


Please help me out.

Regards
Jyoti Mahajan
 
Author and all-around good cowpoke
Posts: 13078
6
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A logical place to start would be the Java standard library which is loaded with XML goodies.

If you need a tutorial is a free online book.

Bill
 
Greenhorn
Posts: 2
Android Eclipse IDE Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
William,

Your suggestion saved me from a terrible fate! I found myself skimming through code ranch for answers/code snippets, but never submitting feedback; well, all of your posts have been a great help to me! I apologize for being a dirty moocher, lol.

Thank you
Aaron
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic