Glossary of "XSL Transformations (XSLT) 2.0"

Term entries in the "XSL Transformations (XSLT) 2.0" glossary

W3C Glossaries

Showing results 41 - 60 of 142

focus

From XSL Transformations (XSLT) 2.0 (2007-01-23)

When a sequence constructor is evaluated, the processor keeps track of which items are being processed by means of a set of implicit variables referred to collectively as the focus.
font-family

From XSL Transformations (XSLT) 2.0 (2007-01-23)

is specified only in the attribute set
font-size

From XSL Transformations (XSLT) 2.0 (2007-01-23)

is specified in the attribute set, is specified on the literal result element, and in an xsl:attribute instruction
font-style

From XSL Transformations (XSLT) 2.0 (2007-01-23)

is specified in the attribute set, and on the literal result element
font-weight

From XSL Transformations (XSLT) 2.0 (2007-01-23)

is specified in the attribute set, and in an xsl:attribute instruction
forwards-compatible behavior

From XSL Transformations (XSLT) 2.0 (2007-01-23)

An element enables forwards-compatible behavior for itself, its attributes, its descendants and their attributes if it has an [xsl:]version attribute (see ) whose value is greater than 2.0.
function conversion rules

From XSL Transformations (XSLT) 2.0 (2007-01-23)

Except where otherwise indicated, the actual value of an expression is converted to the required type using the function conversion rules. These are the rules defined in for converting the supplied argument of a function call to the required type of that argument, as defined in the function signature. The relevant rules are those that apply when XPath 1.0 compatibility mode is set to false.
function parameter

From XSL Transformations (XSLT) 2.0 (2007-01-23)

An xsl:param element may appear as a child of an xsl:function element, before any non-xsl:param children of that element. Such a parameter is known as a function parameter. A function parameter is a local variable with the additional property that its value can be set when the function is called, using a function call in an XPath expression.
global variable

From XSL Transformations (XSLT) 2.0 (2007-01-23)

A top-level variable-binding element declares a global variable that is visible everywhere (except where it is shadowed by another binding).
grouping keys

From XSL Transformations (XSLT) 2.0 (2007-01-23)

If either of the group-by attribute or group-adjacent attributes is present, then grouping keys are calculated for each item in the population. The grouping keys are the items in the sequence obtained by evaluating the expression contained in the group-by attribute or group-adjacent attribute, atomizing the result, and then casting an xs:untypedAtomic value to xs:string.
groups

From XSL Transformations (XSLT) 2.0 (2007-01-23)

The xsl:for-each-group instruction allocates the items in an input sequence into groups of items (that is, it establishes a collection of sequences) based either on common values of a grouping key, or on a pattern that the initial or final node in a group must match.
implementation

From XSL Transformations (XSLT) 2.0 (2007-01-23)

A specific product that performs the functions of an XSLT processor is referred to as an implementation
implementation-defined

From XSL Transformations (XSLT) 2.0 (2007-01-23)

In this specification, the term implementation-defined refers to a feature where the implementation is allowed some flexibility, and where the choices made by the implementation must be described in documentation that accompanies any conformance claim.
implementation-dependent

From XSL Transformations (XSLT) 2.0 (2007-01-23)

The term implementation-dependent refers to a feature where the behavior may vary from one implementation to another, and where the vendor is not expected to provide a full specification of the behavior.
import precedence

From XSL Transformations (XSLT) 2.0 (2007-01-23)

A declarationD in the stylesheet is defined to have lower import precedence than another declaration E if the stylesheet level containing D would be visited before the stylesheet level containing E in a post-order traversal of the import tree (that is, a traversal of the import tree in which a stylesheet level is visited after its children). Two declarations within the same stylesheet level have the same import precedence.
import tree

From XSL Transformations (XSLT) 2.0 (2007-01-23)

The stylesheet levels making up a stylesheet are treated as forming an import tree. In the import tree, each stylesheet level has one child for each xsl:import declaration that it contains.
in-scope schema components

From XSL Transformations (XSLT) 2.0 (2007-01-23)

The schema components that may be referenced by name in a stylesheet are referred to as the in-scope schema components. This set is the same throughout all the modules of a stylesheet.
initial context node

From XSL Transformations (XSLT) 2.0 (2007-01-23)

A node that acts as the initial context node for the transformation. This node is accessible within the stylesheet as the initial value of the XPath expressions. (dot) and self::node(), as described in
initial item

From XSL Transformations (XSLT) 2.0 (2007-01-23)

For each group, the item within the group that is first in population order is known as the initial item of the group.
initial sequence

From XSL Transformations (XSLT) 2.0 (2007-01-23)

The sequence to be sorted is referred to as the initial sequence.

The Glossary System has been built by Pierre Candela during an internship in W3C; it's now maintained by Dominique Hazael-Massieux

Copyright © 2000-2003W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply. Your interactions with this site are in accordance with our public and Member privacy statements.