This interface implements methods that can be called from within XSL style sheets.
IXTLRuntime Methods
absoluteChildNumber | Returns the number of the node relative to all siblings. |
ancestorChildNumber | Returns the number of the nearest ancestor of a node with the requested node name. |
childNumber | Returns the number of the node relative to siblings of the same node name. |
depth | Returns the depth within the document tree at which the specified node appears. |
formatDate | Formats the supplied date using the specified formatting options. |
formatIndex | Formats the supplied integer using the specified numerical system. |
formatNumber | Formats the supplied number using the specified format. |
formatTime | Formats the supplied time using the specified formatting options. |
uniqueID | Returns the unique identifier for the supplied node. |
Interface Information
Implementation | Msxml.dll |
Inherits from | IXMLDOMNode |
Header and IDL files | Msxml.h, Xmldom.idl |
Minimum availability | Internet Explorer 5 |
Minimum operating systems | Windows 95, Windows NT 4.0 |
See Also