web service
I have to get some data from an xml file. The xml file contains some entries which I don't need. Is it possible to just filter out stuff with tags <dc:subject><![CDATA[SOMESUBJECT]]></dc:subject> ? All entries do have an id - but I don't need most of them
and what's the best way to get this data?
|