get_EnableDocumentFunction()

XsltSettings::get_EnableDocumentFunction() method

Returns a value indicating whether to enable support for the XSLT document() function.

bool System::Xml::Xsl::XsltSettings::get_EnableDocumentFunction()

Return Value

true to support the XSLT document() function; otherwise, false. The default is false.

See Also