XsltSettings()

XsltSettings::XsltSettings() constructor

Initializes a new instance of the XsltSettings class with default settings.

System::Xml::Xsl::XsltSettings::XsltSettings()

XsltSettings::XsltSettings(bool, bool) constructor

Initializes a new instance of the XsltSettings class with the specified settings.

System::Xml::Xsl::XsltSettings::XsltSettings(bool enableDocumentFunction, bool enableScript)

Arguments

ParameterTypeDescription
enableDocumentFunctionbooltrue to enable support for the XSLT document() function; otherwise, false.
enableScriptbooltrue to enable support for embedded scripts blocks; otherwise, false.

See Also