Hello all,
I've managed to work out how to get to everything on this xml file, but these parts. I cannot for the life of me figure out what i need to do. Any help or pointers would be great, Im using VB6. I want a way to get hold of the data (BUL-BUlletin) in Value="BUL - Bulletin" as below.
Thank you.
<?xml version="1.0" encoding="UTF-8" ?> - <newsml> <catalog href=""/> + <newsenvelope> - <newsitem> + <identification> + <newsmanagement> - <newscomponent> - <descriptivemetadata> <language formalname="en-GB"/> <ofinterestto formalname="all"/> <property formalname="Category" value="BUL - Bulletin"/> </descriptivemetadata> + <contentitem> </newscomponent> </newsitem> </newsml>