XML Newbie - Confused

webmasterbeta

New Member
Hi,I've been surfing the web for a simple xml parser to use from within my VC++6project and am getting very confused. I'm far from an expert in this fieldand I'm not going to do anything even vaguely ambitious with the format.Basically all I want to be able to do is parse a file into my project andthen extract various values etc.. no DOM no stylesheets no nothing !! justa simple file along these lines:<?xml version="1.0"?><CATALOG><CD><TITLE>Empire Burlesque</TITLE><ARTIST>Bob Dylan</ARTIST><COUNTRY>USA</COUNTRY><COMPANY>Columbia</COMPANY><PRICE>10.90</PRICE><YEAR>1985</YEAR></CD></CATALOG>Ok..maybe a few more ramifications but that's essentially it ! I'm overwhelmedby the millions of sites mentionning various complex parsing systems whichI can't even get running on my system let alone actually doing anything with.I beg of you - tell me where I can find a simple parser that will fit myprevious stated needs !!!Hellllppp !ThanksTony
 
Back
Top