XslCompiledTransform Constructor (Boolean)

 

Initializes a new instance of the XslCompiledTransform class with the specified debug setting.

Namespace:   System.Xml.Xsl
Assembly:  System.Xml (in System.Xml.dll)

public:
XslCompiledTransform(
	bool enableDebug
)

Parameters

enableDebug
Type: System::Boolean

true to generate debug information; otherwise false. Setting this to true enables you to debug the style sheet with the Microsoft Visual Studio Debugger.

The following conditions must be met in order to step into the code and debug the style sheet:

The following example shows how to enable XSLT debugging.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: