LOTUSSCRIPT/COM/OLE CLASSES

CreateXSLTransformer method
Example

Creates a NotesXSLTransformer object.

Note This method is new with Release 6.

Note This method is not supported in COM.

Defined in

NotesSession

Syntax

Set notesXSLTransformer = notesSession.CreateXSLTransformer( [ input [, styleSheet [, output ] ] ])

Parameters

input


styleSheet
output
Return value

notesXSLTransformer


Usage

See NotesXSLTransformer and Pipelining for additional information.

Example
See Also