Shared Flashcard Set

Details

Irvine Mid Term
Component programing
26
Computer Science
Undergraduate 4
10/12/2013

Additional Computer Science Flashcards

 


 

Cards

Term
The correct way to declare an XSL style sheet
Definition
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
Term
code used an absolute path to reach the
element
Definition
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
Multiple Conditions
Definition


(statements here...)


(statements here...)
Term
Sorting Nodes
Definition
Term
A block that can be matched and
repeated as many times as necessary
Definition
template
Term
Defining a template
Definition

(specify all transformations for the node)
Term
Applying a template
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
XPath
Term
An absolute location path begins with
Definition
/
Term
A relative location path is
Definition
relative to the current
node
Term
XML Node Tree
Definition
Root Node > Child Nodes > Sibling Nodes
Term
current node
Definition
the node specified by the currently active template
Term
In a xsl:for-each instruction, each matched node becomes, in turn,
Definition
the current node
Term
Node Reference .
Definition
Current Node
Term
Node Reference /@name
Definition
attribute of the current node
Term
Node Reference /@*
Definition
all attributes of the current node
Term
Node Reference *
Definition
All child nodes
Term
Node Reference //
Definition
All descendants of the current node
Term
Node Reference ..
Definition
Parent Node
Term
Node Reference ../name
Definition
Sibling Node
Term
Node Reference ../@attrib
Definition
Attribute of the parent node
Term
Select all nodes that have an attribute named file
Definition
select="//*/@file"
Supporting users have an ad free experience!