XSLT Conversion File Filter v2

package ecs_xml

Definition

Description

If event matches Condition convert the XML document in FileName with the XSLT description FileName and place the result into FieldName.

 

 

Comments

If any FieldName or FileName is missing, blank or invalid, do nothing.

 

Example

<filter objectId="xsltCommand" type="XSLTConversionCommandFilter">
	<parameter autoSetDescription="true" comments="Add comments for Condition..." description="Match all Events" type="Condition">
		<negatePrimaryCondition>false</negatePrimaryCondition>
		<conditionRelation>All</conditionRelation>
	</parameter>
                   <parameter type="FileName">C:\Program Files\Eventgnosis\in.xml</parameter>
	<parameter type="FileName">C:\Program Files\Eventgnosis\schema.xslt</parameter>
	<parameter type="FieldName">ev:events</parameter>
</filter>