XML Parser and Data access Interface Library

Version 1.2
Copyright © 1999-2002 by Sergey Kucherov
E-mail: skch@usa.net
http://www.skch.net

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

By using this software and source code you are agree with the license agreement, which is included to this distribution in license.html file. The license agreement can also be found at http:/skch.net/license.html

Installation

  • Unzip all *.pas and *.dfm files to any directory and include it into Delphi search path.
  • This is not a component library, so do not try to install it as a package.
  • History

    Version 1.2 (June 29, 2002)
    Added support for xi:include element.

    Version 1.1 (February 12, 2002)
    This version supports both internal XML parser and Microsoft Core XML Services SAX interface. You can download Microsoft Core XML Services at http://msdn.microsoft.com/xml.

    Version 1.0 (August 4, 2001)
    Initial version