parsing XML String in java...

wxdqz

New Member
hello,i am making my first "real work" program in java,a servlet witch send XML over HTTP and receive an XML response.all that work perfectly, but know i want to parse the String variablewitch contain the XML response document.i'm using visual age 3.5and the com.ibm.xml.parsers.DOMParserhow can i parse a String ?my aim is not to create a file just to parse it and delete it(remenber it's a servlet)
 
Back
Top