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 and XSLT Processor.
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.
The output is displayed on the browser.