|
Term
command acts on all matching nodes, creating a loop |
|
Definition
|
|
Term
| select condition, you can check the value of an attribute |
|
Definition
| – select=“name[@language=‘English’]" |
|
|
Term
|
Definition
(statements here...) (statements here...) |
|
|
Term
|
Definition
|
|
Term
A block that can be matched and repeated as many times as necessary |
|
Definition
|
|
Term
|
Definition
(specify all transformations for the node)
|
|
|
Term
|
Definition
|
|
Term
A template definition uses a pattern to specify which node(s) the template can apply to |
|
Definition
|
|
Term
| conditional expression may be used to define a template |
|
Definition
|
|
Term
the language used to create patterns and expressions |
|
Definition
|
|
Term
| An absolute location path begins with |
|
Definition
|
|
Term
| A relative location path is |
|
Definition
relative to the current node |
|
|
Term
|
Definition
| Root Node > Child Nodes > Sibling Nodes |
|
|
Term
|
Definition
| the node specified by the currently active template |
|
|
Term
| In a xsl:for-each instruction, each matched node becomes, in turn, |
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
| attribute of the current node |
|
|
Term
|
Definition
| all attributes of the current node |
|
|
Term
|
Definition
|
|
Term
|
Definition
| All descendants of the current node |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
| Node Reference ../@attrib |
|
Definition
| Attribute of the parent node |
|
|
Term
| Select all nodes that have an attribute named file |
|
Definition
|
|