Table of Contents
A configuration file is an XML file[2] that customizes XXE for a specific XML application. XXE is bundled with configurations for a few XML applications: DocBook, XHTML, etc. More configurations (e.g. DITA) are available but they need the user to download and install the corresponding add-on[3].
This section describes how to write a configuration for a custom DTD, for a custom W3C XML Schema and for a custom RELAX NG schema.
The configurations used as examples are minimal configurations. The following configuration items are not described in this section:
Please read Configuration elements if you need to use any of these customization items.
The configurations used as examples are found in
, XXE_install_dir
/doc/configure/samples/example1/example2/
, example3/
.
Another configuration, using W3C XML schemas like example2 but much more comprehensive, is found in
. This configuration has been created to explain how to cope with XML documents containing embedded binary (i.e. TIFF, PNG, etc) or XML (i.e. SVG) images. However, it is also useful as an example of an XXE configuration.XXE_install_dir
/doc/configure/samples/imagedemo/