LOTUSSCRIPT/COM/OLE CLASSES

Transform method
Transforms DXL using an XSLT stylesheet.

Note This property is new with Release 6.5.

Defined in

NotesXSLTransformer

Syntax

output$ = notesXSLTransformer.Transform( [ input ] , [ stylesheet ] )

Parameters

input


output
Return value

output$


Usage

This method is an alternative to Process if pipelining is not used.

See Also