Subj : Re: Parser To : borland.public.cpp.borlandcpp From : maeder Date : Sun Jun 27 2004 08:34 pm "Sangeetha" writes: > I am trying to find an XML parser API that wroks with Borland 5.0.2. > > I looked at Xerces and MSXML, they work with Borland 6 and VC++ but not with > Borland 5.0.2 I have just stumbled over this on freshmeat: -------- Mini-XML 2.0 by Michael Sweet (http://freshmeat.net/users/easysw/) Fri, Jun 25th 2004 13:32 Software Development :: Libraries Text Processing :: Markup :: XML About: Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files in your application without requiring large non-standard libraries. It only requires an ANSI C compatible compiler (GCC works, as do most vendors' ANSI C compilers) and a "make" program. It supports reading of UTF-8 and UTF-16 and writing of UTF-8 encoded XML strings and files, and provides a hierarchical view of the file via a linked-list tree structure of typed nodes and functions for managing, traversing, indexing, and searching the tree. Changes: This release adds a new programmer's manual, support for reading UTF-16 encoded files and strings (all output is still encoded using UTF-8), a new indexing API to support fast searches of large XML databases, new character entity and whitespace callbacks, and several improvements and bugfixes for the mxmldoc utility. It also fixes some makefile problems. License: GNU Lesser General Public License (LGPL) URL: http://freshmeat.net/projects/mxml/ -------- I haven't tried, but chances are that it works on Borland C++ 5.02. .