I want to use SAX Parsing in Java to parse the xml, which has the following tree structure.
The issue I am experiencing is that I want to parse elements under
MktgCopy->_x0032_016->X6->Specifications
Since many of the tags have same name, how should I go about this? Is there a way by which I can separate/limit the parsing to a certain section? Any ideas would be really appreciated. Thanks