Hi All,
I've a big XML data returned by SAP. Of this, I need only few nodes, may be 30% of the returned data.
After googling, I got to know that I can filter the nodes in either of the ways:
Apply XSLT templates - Have seen some nice solutions, which i want, in this site only.
Using a parser - use JDOM or SAX parser.
which is the efficient way to "filter XML nodes"?
thanks