Transforms the XML data in the specified XmlNavigator and outputs the result to an XmlWriter.
[Visual Basic] Overloads Public Sub Transform( _ ByVal input As XmlNavigator, _ ByVal args As NSParamList, _ ByVal output As XmlWriter _ ) [C#] public void Transform( XmlNavigator input, NSParamList args, XmlWriter output ); [C++] public: void Transform( XmlNavigator* input, NSParamList* args, XmlWriter* output ); [JScript] public function Transform( input : XmlNavigator, args : NSParamList, output : XmlWriter );
Exception Type | Condition |
---|---|
XsltException.NoStylesheetLoaded | No stylesheet is loaded. |
XslTransform Class | XslTransform Members | System.NewXml.Xsl Namespace | XslTransform.Transform Overload List