See Also: XsltSettings Members
Embedded script blocks and the XSLT document() function are optional features on the System.Xml.Xsl.XslCompiledTransform class. These features are disabled by default. The System.Xml.Xsl.XsltSettings class specifies which of these optional features to support. Features are enabled or disabled using the class properties. The System.Xml.Xsl.XsltSettings object is then passed to the erload:System.Xml.Xsl.XslCompiledTransform.Load method.
XSLT style sheets can include references to other files and embedded script blocks. A malicious user can exploit this by supplying you with data or style sheets that when executed can cause your system to process until the computer runs low on resources. Do not enable scripting or the document() function unless the style sheet comes from a trusted source. If you cannot verify the source of the style sheet, or if the style sheet does not come from a trusted source, use the default XSLT settings.