System.Xml.Xsl.XslCompiledTransform.OutputSettings Property

Gets an System.Xml.XmlWriterSettings object that contains the output information derived from the xsl:output element of the style sheet.

Syntax

public System.Xml.XmlWriterSettings OutputSettings { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property is populated after a successful call to the erload:System.Xml.Xsl.XslCompiledTransform.Load method. It contains information derived from the xsl:output element of a compiled style sheet. This System.Xml.XmlWriterSettings object can be passed to the erload:System.Xml.XmlWriter.Create method to create the System.Xml.XmlWriter object to which you want to output.

Requirements

Namespace: System.Xml.Xsl
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0