Difference between revisions of "AddTagTransformation"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "=={{GVESB}} Configuration== AddTagTransformation element defines a text to XML trasformation. It is used by: Transformations. The following table shows the AddTagTransforma...")
 
({{GVESB}} Configuration)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
==Description==
 +
 +
AddTagTransformation element defines a text to XML transformation.
 +
 
=={{GVESB}} Configuration==
 
=={{GVESB}} Configuration==
  
AddTagTransformation element defines a text to XML trasformation.
+
[[File:AddTagTransformation.jpg|thumb|AddTagTransformation with VulCon]]AddTagTransformation is used by element [[GVDataTransformation#Transformations|Transformations]].
It is used by: [[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
Line 10: Line 13:
 
| 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.AddTagTransforme'''
+
| 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 can't be null.
+
The attribute's value cannot be null.
 
|-
 
|-
 
| TagName || required || Root element name.
 
| TagName || required || Root element name.
The attribute's value can't be null.
+
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 can't be null.
+
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.
Line 31: Line 34:
 
* [[Description]]
 
* [[Description]]
 
* [[#TransformationAlias|TransformationAlias]]
 
* [[#TransformationAlias|TransformationAlias]]
 +
 +
===TransformationAlias===
 +
 +
The TransformationAlias element defines a transformation name alias.
 +
 +
It is used by:
 +
* [[AddTagTransformation]]
 +
* [[Base64Transformation]]
 +
* [[Bin2XMLTransformation]]
 +
* [[ChangeCharTransformation]]
 +
* [[CryptoTransformation]]
 +
* [[CSV2XMLTransformation]]
 +
* [[HL72XMLTransformation]]
 +
* [[OverWriteBytesTransformation]]
 +
* [[SequenceTransformation]]
 +
* [[XML2BinTransformation]]
 +
* [[XML2HL7Transformation]]
 +
* [[XQTransformation]]
 +
* [[XSLFOPTransformation]]
 +
* [[XSLTransformation]]
 +
 +
The following table shows the TransformationAlias element's attributes:
 +
{|class="gvtable"
 +
! Attribute !! Type !! Description
 +
|-
 +
| name || required || Transformation's alternative name.
 +
The attribute's value cannot be null.
 +
|}
 +
 +
Might contain the sub-element [[Description]].

Latest revision as of 13:57, 23 March 2012

Description

AddTagTransformation element defines a text to XML transformation.

GreenVulcano® ESB Configuration

AddTagTransformation with VulCon

AddTagTransformation 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:

TransformationAlias

The TransformationAlias element defines a transformation name alias.

It is used by:

The following table shows the TransformationAlias element's attributes:

Attribute Type Description
name required Transformation's alternative name.

The attribute's value cannot be null.

Might contain the sub-element Description.