XML namespace for configuration file

The URL of this page is the XML namespace used for Daizu CMS configuration files. Daizu CMS requires its configuration elements to be in this namespace, but you can add elements in other namespaces to configure your own code as well.

A typical configuration file will start like this:

<config xmlns="http://www.daizucms.org/ns/config/">

Within Perl code this URL is available in the variable $Daizu::CONFIG_NS.