Glossary

A

absolute location path

A location path that begins with /, followed by one or more location steps separated by /. All location paths that begin with / are evaluated from the root node, so they always return the same result, regardless of the context node. Compare with location path and relative location path.

ancestor

A node that appears above a given node. Ancestors include a node’s parent, its parent’s parent, its parent’s parent’s parent, etc. XPath also defines the ancestor axis, which includes a node’s parent, its parent’s parent, its parent’s parent’s parent, etc., but not the node itself. Contrast with parent.

[2.0] arity

The number of parameters required by a function.

[2.0] atomic value

A value from one of the atomic datatypes defined by XML Schema (or a datatype derived from one of those types). xs:integer, xs:dayTimeDuration, and xs:string are examples of atomic datatypes.

attribute node

The XPath node type that represents an attribute from an XML document. Attributes are different from other nodes because an attribute node is not considered a child of the element node that contains it. Despite this fact, the element node is considered the parent of the attribute node.

attribute set

A named group of attributes. You can create an attribute set (with the <xsl:attribute-set> element), then reference that attribute set elsewhere. For more information, see the description of the <xsl:attribute-set> element in Appendix A.

attribute value template

An expression that contains an ...

Get XSLT, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.