XSLT Conversion File Filter

package ecs_xml

Definition

Description

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

 

 

Comments

If either 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="FieldName">ev:rss.xml</parameter>
	<parameter type="FileName">C:\Program Files\Eventgnosis\schema.xslt</parameter>
	<parameter type="FieldName">ev:events</parameter>
</filter>