Xslt.CallInitialTemplate Method (DynamicContextSettings, TextWriter)Xslt.CallInitialTemplate Method (DynamicContextSettings, TextWriter)Xslt::CallInitialTemplate Method (DynamicContextSettings^, TextWriter^)

Calls the template named xsl:initial-template using the specified dynamic context settings and outputs the primary result document to a TextWriterTextWriterTextWriter.

Syntax

Public Sub CallInitialTemplate( _
    settings As DynamicContextSettings, _
    resultDocument As System.IO.TextWriter _
)
public void CallInitialTemplate(
    DynamicContextSettings settings,
    System.IO.TextWriter resultDocument
)
public:
void CallInitialTemplate(
    DynamicContextSettings^ settings, 
    System.IO::TextWriter^ resultDocument
)
 

Parameters

settings

Type: XmlPrime.DynamicContextSettingsXmlPrime.DynamicContextSettingsXmlPrime::DynamicContextSettings^

The settings of the dynamic evaluation context.

resultDocument

Type: System.IO.TextWriterSystem.IO.TextWriterSystem.IO::TextWriter^

The TextWriterTextWriterTextWriter to which the primary result document will be written.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullException settings or resultDocument is null a null reference (Nothing in Visual Basic) nullptr.
XdmExceptionXdmExceptionXdmExceptionRaised if a non-recoverable error is encountered.

Remarks

This method is unsuitable for use with multiple result documents.