This illustration is described in the text. It shows schematically the main XDK for C++ components used when generating XML documents from the database. These components include XML Parser, XSLT Processor, and Class Generator.
A user at a browser requests data from the database through a C++ program.
This is fed to the Parser, which can optionally use the XSLT Processor,
or the C++ Class Generatort.
The output is displayed on the browser.