RE: C/C++ Parser/Tokenizer
Tim Bray (tbray@textuality.com)
Tue, 21 Jul 1998 12:53:21 -0700
At 12:30 PM 7/21/98 -0700, Rich Koehler wrote:
>
>Sounds like a job for the MSXML in C++ parser. I had a similar need for it.
>Check out the sample code: awful though it is, it does walk an XML document.
>http://www.microsoft.com/xml/parser/cparser.asp
Or for expat at http://www.jclark.com/xml - the code is not at all awful,
and it does what you need too. -T.