Microsoft XML SDK 2.6 - XML Reference

IXSLProcessor::addObject Method

Used to pass objects into a style sheet. Numbers are coerced to double, everything is coerced into a string, and objects return an error.

Visual Basic Syntax

objXSLProcessor.addObject(obj, namespaceURI)

C/C++ Syntax

HRESULT addObject (IDispatch* obj, BSTR namespaceURI);

Parameters

obj [in]
Object to pass in.
namespaceURI [in]
The namespace that will be used inside the style sheet to identify the object.

C/C++ Return Values

E_FAIL if readyState is READYSTATE_INTERACTIVE.

See Also

IXSLProcessor Interface