diff --git a/specifications/xslt-40/src/function-catalog.xml b/specifications/xslt-40/src/function-catalog.xml index 69af1a59a..ac34d7111 100644 --- a/specifications/xslt-40/src/function-catalog.xml +++ b/specifications/xslt-40/src/function-catalog.xml @@ -537,47 +537,6 @@ - - - - - - deterministic - focus-independent - context-dependent - - -

Returns the value of the .

-
- -

The function returns the name of the . If the current mode - is , or if it is the - , the function returns an empty sequence.

- -

If the function is called while evaluating the match pattern of a template - rule, the function returns the name of the mode used in the calling xsl:apply-templates - instruction (or, if the pattern is evaluated in the course of an

-

During execution of an xsl:result-document instruction with an href - attribute, the current output URI changes to the absolute URI obtained by resolving the - of the href attribute against the base output URI.

- -

The current output URI is cleared (set to ) while evaluating stylesheet functions, - dynamic function calls, evaluation of global variables, stylesheet parameters, and patterns. - If the function is called when the current output URI is absent, the function returns the empty sequence. -

- -

The current output URI may also be in the event that a stylesheet is invoked without supplying a - .

-
- -

The current output URI is not cleared when evaluating a local variable, even though xsl:result-document - cannot be used while evaluating a local variable. - The reason for this is to allow the value of current-output-uri to be set as the value of a - tunnel parameter, so that the original - base output URI is accessible even when writing nested result documents.

-
-
-