NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XslTransform.Transform (XmlNavigator, NSParamList, XmlWriter)

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
);

Parameters

input
An XmlNavigator containing the data to be transformed.
args
For this release, specify null. The namespace-qualified arguments to be used as input to the transform itself.
output
The XmlWriter to push the output to.

Exceptions

Exception Type Condition
XsltException.NoStylesheetLoaded No stylesheet is loaded.

See Also

XslTransform Class | XslTransform Members | System.NewXml.Xsl Namespace | XslTransform.Transform Overload List