Hi,
I am new to XML and am facing the following problem.
I have a huge XML file. I want to search for a text attribute of an element in the file and then return the element(including any parent and/or child element) to the Java application. How can i achieve this?
I am using Xerces1.4 parser.
Thanks in advance for any help..
Regards,
SRK
I am new to XML and am facing the following problem.
I have a huge XML file. I want to search for a text attribute of an element in the file and then return the element(including any parent and/or child element) to the Java application. How can i achieve this?
I am using Xerces1.4 parser.
Thanks in advance for any help..
Regards,
SRK