XML
Reader/Writer
Getting
started
XML Reader/writer is a wrapper for SAX2 contained in MSXML3. Simple API for XML (SAX) is an interface that allows you to write
applications to read data in an XML document. SAX2 is the latest version
of this application programming interface (API). The MSXML SAX2
implementation offers a simple, fast, low-overhead alternative to the
Document Object Model (DOM) processing method.
You will need to download and install:
This release requires Microsoft Internet
Explorer 4.01 Service Pack 1 or later to function fully.The download
includes three .dll files: msxml3.dll, msxml3a.dll, and msxml3r.dll.
MSXML 3.0 SDK includes header and .lib files, and
documentation for the MSXML 3.0 Release. When you install the MSXML 3.0
SDK, the files are installed by default in the \Program Files\Microsoft
XML Parser SDK folder on your computer.
|