| Event Information | According to Microsoft : CAUSE: This error occurs when an XSLT content formatter is defined in the ADF, but a value other than true or false is given for the DisableEscaping argument. XsltFormatter has one optional argument called DisableEscaping. The true value indicates that the event data contains XML or HTML data, and prevents further transformation of the data. If this argument is not specified, the default of false is used. Here is sample code that uses the DisableEscaping argument: XsltFormatterXsltBaseDirectoryC:\TransformDirectoryXsltFileNameStockTransform.xslDisableEscapingtrue
RESOLUTION: In the ADF, look for XsltFormatter definitions in which you supply the DisableEscaping argument. Check that the value given for this argument is either true or false.
|