class Ens.BPL.XSLT
extends Ens.BPL.Activity
The element allows you to apply an XSLT transformation during a business process
property Parameters
as array of %String;
This holds the parameters used for the transformation
property Source
as %String;
This holds the name of the source (stream) object
property Target
as %String;
This holds the name of the target (stream) object
property XSLTVersion
as %String(VALUELIST=",1.0,2.0") [ InitialExpression = "1.0" ];
This indicates if to use XSLT 1.0 or 2.0
property XSLURL
as %String;
This holds the url containing the data transform