XQTransformation

From GreenVulcano Wiki
Revision as of 10:34, 3 April 2012 by Anonymous (talk) (Created page with "==Description== The XQTransformation element defines a [http://en.wikipedia.org/wiki/XQuery XQuery] transformation. =={{GVESB}} configuration== The XQTransformation Element is...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

The XQTransformation element defines a XQuery transformation.

GreenVulcano® ESB configuration

The XQTransformation Element is used by 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.xq.XQTransformer.
name required Transformation name.

The attribute's value cannot be null.

validate optional The attribute's admitted values are:
  • true
  • false
validateDirection optional The attribute's admitted values are:
  • in
  • out
  • in-out
validationType optional The attribute's admitted values are:
  • xsd
  • dtd
XQMapName required XQuery script to be used in transformation.

The attribute's value cannot be null.

SchemaInput optional XSD Schema that describes the input XML.
SchemaOutput optional XSD Schema that describes the output XML.
DataSourceSet optional DataSourceSet name from which retrieves the transformation map and validation schema.

The attribute's value cannot be null.

XQTransformation might contain the following sub-elements: