Xslt.CallInitialTemplate Method (XmlReader, XmlWriter)Xslt.CallInitialTemplate Method (XmlReader, XmlWriter)Xslt::CallInitialTemplate Method (XmlReader^, XmlWriter^)

Calls the template named xsl:initial-template with the specified initial context node and outputs the result to an XmlWriterXmlWriterXmlWriter.

Syntax

Public Sub CallInitialTemplate( _
    input As System.Xml.XmlReader, _
    resultDocument As System.Xml.XmlWriter _
)
public void CallInitialTemplate(
    System.Xml.XmlReader input,
    System.Xml.XmlWriter resultDocument
)
public:
void CallInitialTemplate(
    System.Xml::XmlReader^ input, 
    System.Xml::XmlWriter^ resultDocument
)
 

Parameters

input

Type: System.Xml.XmlReaderSystem.Xml.XmlReaderSystem.Xml::XmlReader^

The XmlReaderXmlReaderXmlReader containing the input document.

resultDocument

Type: System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter^

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

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullException input 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.