C++ Software
As previously mentioned, the C++ implementation presented here is based on Microsoft's MSXML library, listed below. The code was developed and tested with MSXML version 4.0. This is the minimum version required. The code may work with later versions but has not been tested. Changes will be required to make it run with different DOM implementations.
MSXML 4.0 Microsoft XML Core Services (http://www.microsoft.com/downloads): This is required for both development and runtime. MSXML runs as a COM service.
MSXSL.EXE Command Line Transformation Utility (no version number, last updated 9/10/2001; http://msdn.microsoft.com/downloads). This is required for runtime XSLT transformations from command line.
The C++ code in this book was developed ...