- content negotiation
-
From Architecture of the World Wide Web, Volume One (2004-12-15) | Glossary for this source
The practice of providing multiple
representations available via the same URI. Which representation is
served depends on negotiation between the requesting agent and the
agent serving the representations.
- content provider
-
From Composite Capability/Preference Profiles (CC/PP): Structure and Vocabularies 1.0 (2004-01-15) | Glossary for this source
A server that originates content in response to a
request.
- content selection
-
From Composite Capability/Preference Profiles (CC/PP): Structure and Vocabularies 1.0 (2004-01-15) | Glossary for this source
For the purpose of this specification, "content selection"
refers to selecting an appropriate document from a list of possible
choices or variants by matching the document profile with the user
agent profile of the request.
- content set
-
From Modularization of XHTML (2001-04-10) | Glossary for this source
Some modules define lists of explicit element names called content sets. When a content set is included in a content model, its name will be listed.
- content token element
-
From Mathematical Markup Language (MathML) Version 2.0 (2001-02-21) | Glossary for this source
Content element having only PCDATA, sep and presentation expressions as content. Represents either an identifier (ci) or a number (cn).
- context (of a given mathML expression)
-
From Mathematical Markup Language (MathML) Version 2.0 (2001-02-21) | Glossary for this source
Information provided during the rendering of some MathML data to the rendering process for the given MathML expression; especially information about the MathML markup surrounding the expression.
- context item
-
From XSL Transformations (XSLT) 2.0 (2007-01-23) | Glossary for this source
The context item is the item currently being processed. An item (see ) is either an atomic value (such as an integer, date, or string), or a node. The context item is initially set to the initial context node supplied when the transformation is invoked (see ). It changes whenever instructions such as xsl:apply-templates and xsl:for-each are used to process a sequence of items; each item in such a sequence becomes the context item while that item is being processed.
- context item
-
From XQuery 1.0: An XML Query Language (2007-01-23) | Glossary for this source
The context item is the item currently being processed. An item is either an atomic value or a node.
- context item
-
From XML Path Language (XPath) 2.0 (2007-01-23) | Glossary for this source
The context item is the item currently being processed. An item is either an atomic value or a node.
- context item static type.
-
From XQuery 1.0: An XML Query Language (2007-01-23) | Glossary for this source
Context item static type. This component defines the static type of the context item within the scope of a given expression.
- context item static type.
-
From XML Path Language (XPath) 2.0 (2007-01-23) | Glossary for this source
Context item static type. This component defines the static type of the context item within the scope of a given expression.
- context node
-
From XSL Transformations (XSLT) 2.0 (2007-01-23) | Glossary for this source
If the context item is a node (as distinct from an atomic value such as an integer), then it is also referred to as the context node. The context node is not an independent variable, it changes whenever the context item changes. When the context item is an atomic value, there is no context node.
- context node
-
From XML Path Language (XPath) (1999-11-16) | Glossary for this source
the context node
- context node
-
From XQuery 1.0: An XML Query Language (2007-01-23) | Glossary for this source
When the context item is a node, it can also be referred to as the context node.
- context node
-
From XML Path Language (XPath) 2.0 (2007-01-23) | Glossary for this source
When the context item is a node, it can also be referred to as the context node.
- context position
-
From XSL Transformations (XSLT) 2.0 (2007-01-23) | Glossary for this source
The context position is the position of the context item within the sequence of items currently being processed. It changes whenever the context item changes. When an instruction such as xsl:apply-templates or xsl:for-each is used to process a sequence of items, the first item in the sequence is processed with a context position of 1, the second item with a context position of 2, and so on.
- context position
-
From XML Path Language (XPath) (1999-11-16) | Glossary for this source
the context position
- context position
-
From XQuery 1.0: An XML Query Language (2007-01-23) | Glossary for this source
The context position is the position of the context item within the sequence of items currently being processed.
- context position
-
From XML Path Language (XPath) 2.0 (2007-01-23) | Glossary for this source
The context position is the position of the context item within the sequence of items currently being processed.
- context size
-
From XSL Transformations (XSLT) 2.0 (2007-01-23) | Glossary for this source
The context size is the number of items in the sequence of items currently being processed. It changes whenever instructions such as xsl:apply-templates and xsl:for-each are used to process a sequence of items; during the processing of each one of those items, the context size is set to the count of the number of items in the sequence (or equivalently, the position of the last item in the sequence).