Partager via


ontransformnode Event

This event fires before the style sheet is applied to a node.

****Note   The ontransformnode event does not fire on DOMDocument for stylesheets using the XLST namespace — http://www.w3.org/1999/XSL/Transform. It does, however, fire on DOMDocument for stylesheets using the XSL namespace — http://www.w3.org/XSL/Transform/1.0.

boolVal = ontransformnode(nodeCode, nodeData);

HRESULT ontransformnode(
  IXMLDOMNode* pCode,
  IXMLDOMNode* pData,
  VARIANT vBool
);

General Remarks

The event handler for this event can be explicitly set using the ontransformnode property.

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

This event applies to the following interface:

DOMDocument.

See Also

ontransformnode Property

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.