jQuery in Action, 2nd edition
The moose likes Servlets and the fly likes read XML tag values into servlets Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "read XML tag values into servlets" Watch "read XML tag values into servlets" New topic
Author

read XML tag values into servlets

jaya sudha
Greenhorn

Joined: Jun 18, 2004
Posts: 20
Hi Everyone....

can we read XML tag values into Servlet ? how we do it

Please let me know as soon as possible...THANKS


Sudha
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

Yes. We do it with a parser. Have a look at the JAXP, the SAX and the DOM sections of the J2EE turorial.
[ July 22, 2004: Message edited by: Paul Sturrock ]

JavaRanch FAQ HowToAskQuestionsOnJavaRanch
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: read XML tag values into servlets
 
Similar Threads
read the values from xml using java
XML DOM Document reading elements
jspxml
Set the TextValue for the xml tag
Some XML parser /String handling --Which is better?