Skip to content

Tag Archives: string values

how to read the subchilds from a XML file using JSP?

this is my XML file: <prog> <name>M</name> <child> <name>CM</name> <subchild> <name>SM</name> </subchild> </child> </prog> All i need now, is to fetch the value "SM" alone from the XML either using java or JSP. JSP wud be a better choice. Please someone help me on this !! Thanks and Regards. i want the procedure to be [...]