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