TOC PREV NEXT INDEX

Netscape XSLT


current()


The current() function returns a node-set whose only member is the current node.

Syntax:

node-set current() 

Arguments: None.

Result:

A node-set that has the current node as its only member. Usually the current node and the context node (the one represented by a single period (.)) are the same. Within a predicate expression, however, they are usually different.

Defined: XSLT, section 12.4.

NS support: Supported.


Send comments on this document to devdoc-feedback@netscape.com
TOC PREV NEXT INDEX