RE: C/C++ Parser/Tokenizer

Rich Koehler (RKoehler@qpass.com)
Tue, 21 Jul 1998 12:30:51 -0700


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

Rich