Re: C/C++ Parser/Tokenizer

Richard Tobin (richard@cogsci.ed.ac.uk)
Wed, 22 Jul 1998 16:53:14 +0100 (BST)


> I am looking for C or C++ code that I can incorporate in a program to
> simply walk through an XML file, and give me the Tag name and its
> associated value.

The LT-XML system is suitable for this. You can find it at

http://www.ltg.ed.ac.uk/software/xml/index.html

It's free for non-commercial use.

-- Richard