Difference between revisions of "AddTagTransformation"
(Created page with "=={{GVESB}} Configuration== AddTagTransformation element defines a text to XML trasformation. It is used by: Transformations. The following table shows the AddTagTransforma...") |
|||
Line 2: | Line 2: | ||
AddTagTransformation element defines a text to XML trasformation. | AddTagTransformation element defines a text to XML trasformation. | ||
− | It is used by: [[Transformations]]. | + | It is used by: [[GVDataTransformation#Transformations|Transformations]]. |
The following table shows the AddTagTransformation element's attributes: | The following table shows the AddTagTransformation element's attributes: | ||
Line 10: | Line 10: | ||
| type || fixed || This attribute must assume the value '''transformation'''. | | type || fixed || This attribute must assume the value '''transformation'''. | ||
|- | |- | ||
− | | class || fixed || This attribute must assume the value '''it.greenvulcano.gvesb.gvdte.transformers.bin.bin2xml. | + | | class || fixed || This attribute must assume the value '''it.greenvulcano.gvesb.gvdte.transformers.bin.bin2xml.AddTagTransformer''' |
|- | |- | ||
| name || required || Transformation name. | | name || required || Transformation name. | ||
− | The attribute's value | + | The attribute's value cannot be null. |
|- | |- | ||
| TagName || required || Root element name. | | TagName || required || Root element name. | ||
− | The attribute's value | + | The attribute's value cannot be null. |
|- | |- | ||
| Encoding || optional || Input encoding. | | Encoding || optional || Input encoding. | ||
Default to "ISO-8859-1". | Default to "ISO-8859-1". | ||
− | The attribute's value | + | The attribute's value cannot be null. |
|- | |- | ||
| UseCDATA || required || Defines if the input must be enclosed in a CDATA section. | | UseCDATA || required || Defines if the input must be enclosed in a CDATA section. |
Revision as of 16:02, 21 March 2012
GreenVulcano® ESB Configuration
AddTagTransformation element defines a text to XML trasformation. It is used by: Transformations.
The following table shows the AddTagTransformation element's attributes:
Attribute | Type | Description |
---|---|---|
type | fixed | This attribute must assume the value transformation. |
class | fixed | This attribute must assume the value it.greenvulcano.gvesb.gvdte.transformers.bin.bin2xml.AddTagTransformer |
name | required | Transformation name.
The attribute's value cannot be null. |
TagName | required | Root element name.
The attribute's value cannot be null. |
Encoding | optional | Input encoding.
Default to "ISO-8859-1". The attribute's value cannot be null. |
UseCDATA | required | Defines if the input must be enclosed in a CDATA section.
The attribute's admitted values are:
|
AddTagTransformation might contain the following sub-elements: