| boolean |
Converts number, string, node-set to Boolean. Normally automatic |
| ceiling |
Convert to number and round up |
| concat |
Concatenates two or more string arguments into one |
| contains |
Tests whether a string has another string as a substring |
| count |
Number of nodes in the node-set, useful for upper bounds on traversals |
| current |
Returns the current node as a node-set |
| document |
Returns the root node of a URL to an XML file |
| element-available |
Checks whether an extension is available |
| false |
Returns the value false |
| floor |
largest integer less than the number |
| format-number |
Converts numbers into strings for output |
| function-available |
Test for extension function availability |
| generate-id |
Defines unique id for a node |
| id |
Returns the node as a node-set with that id |
| key |
Used with xsl:key to locate a node with a given key |