ontransformnode Property (Windows CE 5.0)

Send Feedback

Specifies the event handler for the ontransformnode event.

[Script]

Script Syntax

oXMLDOMDocument.ontransformnode =funcMyEventHandler;

Script Parameters

None.

Script Return Value

None.

[C/C++]

C/C++ Syntax

HRESULT put_ontransformnode(VARIANT ontransformnodeSink);

C/C++ Parameters

  • ontransformnodeSink
    [in] Name of the function that should be called when a transformation is about to be performed.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.

General Remarks

A transformation involves two trees: the XML source and the style sheet that is applied to it. The ontransformnode event fires before each node in the style sheet is applied to each node in the XML source.

The ontransformnode property provides a way for developers to specify an event handler to override the default handler.

This member is an extension of the Worldwide Web Consortium (W3C) Document Object Model (DOM).

This property is write-only, and applies to the following interface:

DOMDocument

See Also

ontransformnode Event | transformNode Method

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.