Table of contentsAppendices |
2.4 Qualified NamesQualified NamesThe name of an internal XSLT object, specifically a named template (see [Named Templates]), a mode (see [Modes]), an attribute set (see [Named Attribute Sets]), a key (see [Keys]), a decimal-format (see [Number Formatting]), a variable or a parameter (see [Variables and Parameters]) is specified as a QName. If it has a prefix, then the prefix is expanded into a URI reference using the namespace declarations in effect on the attribute in which the name occurs. The expanded-name consisting of the local part of the name and the possibly null URI reference is used as the name of the object. The default namespace is not used for unprefixed names. |