다음을 통해 공유


ontransformnode Property

Specifies the event handler for the ontransformnode event.

oXMLDOMDocument.ontransformnode = funcMyEventHandler;

HRESULT put_ontransformnode(
  VARIANT ontransformnodeSink
);

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

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.