Re: How to read an XML file in Visual C++ 6
- From: "Tom Serface" <tom@xxxxxxxxxxxxx>
- Date: Fri, 4 Dec 2009 22:01:24 -0800
The www.firstobject.com CMarkup pro version handles just about everything. I'm not sure if it validates against a DTD though. I don't think MSXML does either. You could take a look at Xerces. It's huge and kind of terse to work with, but it always works and does just about anything.
Tom
"David Webber" <dave@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:%230$QBlOdKHA.2160@xxxxxxxxxxxxxxxxxxxxxxx
"marathoner" <rajk2000@xxxxxxxxxxxxxxx> wrote in message news:uujN8e5cKHA.4724@xxxxxxxxxxxxxxxxxxxxxxx
I would like to know how to read an XML file in Visual C++ 6.0
I too am returning to XML after a break, and I need to run before I can walk: I pretty much need the full DOM to parse a complicated format defined in a DTD.
When folk refer to the Windows interface for XML - is that what I used to call MSXML4 (or related) and is it part of Windows from XP onwards? (I was beginning to get the hang of that a couple of years ago.)
Dave
--
David Webber
Author of 'Mozart the Music Processor'
http://www.mozart.co.uk
For discussion/support see
http://www.mozart.co.uk/mozartists/mailinglist.htm
.
- Follow-Ups:
- Re: How to read an XML file in Visual C++ 6
- From: David Webber
- Re: How to read an XML file in Visual C++ 6
- References:
- How to read an XML file in Visual C++ 6
- From: marathoner
- Re: How to read an XML file in Visual C++ 6
- From: David Webber
- How to read an XML file in Visual C++ 6
- Prev by Date: Re: CListBox horizontal scroll
- Next by Date: Re: Client Server and Throttling
- Previous by thread: Re: How to read an XML file in Visual C++ 6
- Next by thread: Re: How to read an XML file in Visual C++ 6
- Index(es):
Relevant Pages
|