Configuration¶
The configuration for CrossGenerate is designed to be the glue between model and template. It contains information about the template, the model and how they are to be combined in generation (binding).
Syntax¶
<?xml version="1.0" encoding="UTF-8"?> <XGenConfig> <Model> ... </Model> <!-- The following section is the template, this can either be XmlTemplate or TextTemplate. --> <...Template> ... </...Template> <Binding> ... </Binding> </XGenConfig>
Child sections¶
Section | Description |
---|---|
Model | See Model |
XmlTemplate or TextTemplate1 | See XmlTemplate or TextTemplate |
Binding1 | See Binding |