Difference between revisions of "AddTagTransformation"

From GreenVulcano Wiki
Jump to: navigation, search
Line 1: Line 1:
 
=={{GVESB}} Configuration==
 
=={{GVESB}} Configuration==
  
AddTagTransformation element defines a text to XML trasformation.
+
[[File:AddTagTransformation.jpg|thumb|AddTagTransformation with VulCon]]AddTagTransformation element defines a text to XML transformation.
It is used by: [[GVDataTransformation#Transformations|Transformations]].
+
It is used by element [[GVDataTransformation#Transformations|Transformations]].
  
The following table shows the AddTagTransformation element's attributes:
+
The following table shows its attributes:
 
{|class="gvtable"
 
{|class="gvtable"
 
! Attribute !! Type !! Description
 
! Attribute !! Type !! Description

Revision as of 13:47, 23 March 2012

GreenVulcano® ESB Configuration

AddTagTransformation with VulCon

AddTagTransformation element defines a text to XML transformation.

It is used by element Transformations.

The following table shows its 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:

  • True
  • False

AddTagTransformation might contain the following sub-elements: