get_TrustedXslt()

XsltSettings::get_TrustedXslt() method

Returns an XsltSettings object that enables support for the XSLT document() function and embedded script blocks.

static SharedPtr<XsltSettings> System::Xml::Xsl::XsltSettings::get_TrustedXslt()

Return Value

An XsltSettings object with the XsltSettings::set_EnableDocumentFunction and XsltSettings::set_EnableScript options set to true.

See Also