Microsoft XML SDK 2.6 - XML Reference

IXSLProcessor::startModeURI Method

Returns the namespace URI part of the start mode, which is a qualified name. (For more information, see http://www.w3.org/TR/WD-xslt#modes.) The default value of this property is the empty string, "".

Visual Basic Syntax

strNamespace = objXSLProcessor.startModeURI

C/C++ Syntax

HRESULT get_startModeURI(BSTR * namespaceURI);

Parameters

namespaceURI [out]
The namespace URI of the starting XSL mode.

See Also

IXSLProcessor Interface