IXTLRuntime

 

[This feature is only implemented for MSXML 3.0]

Part of the older Extensible Stylesheet Language (XSL) implementation implemented in previous versions of MSXML.

For MSXML 6.0 this interface is no longer supported. It implemented the following custom methods, for which XSL Transformations (XSLT) style sheets now provide alternative functions you can use to achieve similar results.

  • absoluteChildNumber

  • ancestorChildNumber

  • childNumber

  • depth

  • formatDate

  • formatIndex

  • formatNumber

  • formatTime

  • uniqueID

This interface inherited directly from IXMLDOMNode. Where properties or methods were shared between both interfaces, use IXMLDOMNode instead.

For more information, see XSLT Reference.

Requirements

Implementation:

msxml3.dll, msxml2.lib (MSXML 3.0)

Header and IDL files: msxml2.h, msxml2.idl

Versioning

Implemented in: MSXML 3.0

See Also

IXMLDOMNode