• 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

Parsing an XML File through JSP

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello!
I need to parse an XML file, validate the remaining xml files with the parsed one, check for validation true or not. This all has to be done in Java/JSP. Can anyone help me in doing this task. If a detailed explanation is required, I am ready to give.
Thanks in Advance
 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
There are plenty of 3rd party plug-ins available for parsing XML.Xerces from apache is one of the best parsers and it is open source too.
It provides rich set of libraries to do all kind of operations with XML.
Visit this URL for more details http://xml.apache.org/xerces-j/
Regards,
Paramaguru
 
Revathi Reddy
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
Thanks for ur reply. It's helping me out.
Regards,
Revathi Reddy
 
reply
    Bookmark Topic Watch Topic
  • New Topic