Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMDocument::onreadys...     IXMLDOMDocument::ontransf...     IXMLDOMDocument Interface    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMDocument ontransformnode Event


Fires before each node in the style sheet is applied to each node in the XML source.

Syntax

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

Parameters

pCode
[in] Address of the current node in the XSL style sheet.
pData
[in] Address of the current node in the XML source data.
vBool
[out] Boolean return value. Returns TRUE if transformation processing is to continue; returns FALSE to stop transformation processing.

C/C++ Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

The event handler can be set by explicitly setting the ontransformnode property.

This member is an extension of the W3C DOM.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.