Datamixer objects can be configured in XML. An XML element corresponds to
each datamixer object. The mapping is defined in a Java properties file
named /datamixer-xml.properties on the classpath.
Three namespaces are recognized by the configuration XML parser, and are often represented as:
xmlns:dm="http://datamixer.org/config"
xmlns:dmf="http://datamixer.org/config/functions"
xmlns:dmio="http://datamixer.org/config/io"
Attributes
All elements have these attributes in common:
| Name | Type | Required | Description |
|---|---|---|---|
| id | String | no | The name by which this element can be referred to by other elements. |
| scope | String | no |
The context in which the id attribute is placed.
Possible values are application and page.
Default is the element
(application
or
page) under which this element is nested.
|
Element Listing