[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XMLRead' (#lazutils)

Reference for unit 'Laz2_XMLRead'

Provides routines used to read XML content from a file, text file, or stream.

uses

  sysutils,

  Classes,

  Laz2_DOM;

  

Provides an implementation of DOM interfaces.

Overview

laz2_xmlread.pas provides routines used to read XML content from a file, text file, or stream. It is copied from the FCL unit xmlread.pp (SVN revision 15251), and adapted to use UTF-8 instead of widestrings by Mattias Gaertner.

Copyright (c) 1999-2000 by Sebastian Guenther, sg@freepascal.org
Modified in 2006 by Sergei Gorelkin, sergei_gorelkin@mail.ru
Converted to use UTF-8 instead of widestrings by Mattias Gaertner.

laz2_xmlread.pas is part of the lazutils package.


Version 3.2 Generated 2024-02-25 Home