AddTagTransformation

From GreenVulcano Wiki
Revision as of 14:33, 21 March 2012 by Anonymous (talk) (Created page with "=={{GVESB}} Configuration== AddTagTransformation element defines a text to XML trasformation. It is used by: Transformations. The following table shows the AddTagTransforma...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.AddTagTransforme
name required Transformation name.

The attribute's value can't be null.

TagName required Root element name.

The attribute's value can't be null.

Encoding optional Input encoding.

Default to "ISO-8859-1". The attribute's value can't be null.

UseCDATA required Defines if the input must be enclosed in a CDATA section.

The attribute's admitted values are:

  • True
  • False

AddTagTransformation might contain the following sub-elements: