Click to See Complete Forum and Search --> : interpreting xml string using java


cabasm
December 5th, 2003, 09:00 AM
how can i interpret an xml string using java tehnology. a code snipped willbe usefull.

thanks

khp
December 13th, 2003, 02:04 PM
I would suggest you get Xerces from apache http://xml.apache.org/xerces2-j/index.html
It comes with a bunch of examples of how to use it.