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, Stream)

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

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 stream 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