NotesXSLTransformer (LotusScript®)

Represents the transformation of DXL (Domino® XML) data through XSLT.

Note: This class is new with Release 6.
Note: This class is not supported in COM.

Base class

Inherits from: NotesXMLProcessor

Containment

Contained by: NotesSession

Properties

ExitOnFirstFatalError

InputValidationOption

Log

LogComment

Methods

AddParameter

Process

SetInput

SetOutput

SetStyleSheet

Transform

Creation and access

Use CreateXSLTransformer in NotesSession to create a NotesXSLTransformer object. If you do not specify the input parameter, use SetInput to specify the input DXL data. If you do not specify the styleSheet parameter, use SetStyleSheet to specify the XSL style sheet. If you do not specify the output parameter, use SetOutput to specify the output DXL data. You can also use these methods to override the CreateXSLTransformer parameters.

Call Process or Transform to initiate a conversion.

Example