Parsing an XML file using DOM parser
843834Jun 2 2004 — edited Jun 2 2004Hi,
I am having a general XML file.I want to parse the file.For example let us consider this xml file
<college>
<student name ="xxx" number ="yyy">
</college>
This is a generic example i have written.What i have to do is i have to parse this xml file.I don't know the value of students name(here i have given xxx)..I just want to replace this name with a name that i will pass using java program.HOw to go about this...Thank you for your reply in advance