|
What is XSLTSetting class of the .NET Framework?
|
What is XSLTSetting class of the .NET
Framework? - March 16, 2009 at 16:45 PM by Amit Satpute
What is XSLTSetting class of the .NET Framework?
-
XSLTSetting class Specifies the XSLT features to support during execution of
the XSLT style sheet.
-
The XsltSettings class specifies which of optional features (Embedded script
blocks and the XSLT document() function) to support.
-
Features are enabled or disabled using the class properties.
-
The XsltSettings object is then passed to the
System.Xml.Xsl.XslCompiledTransform.Load method.
XsltSettings Constructor initializes a new instance of the XsltSettings class:
-
XsltSettings()
-
XsltSettings(Boolean, Boolean)
|
|
|
|