Slide 7
Slide 7 text
¡ E[att
=
“val”]
§ Matches
any
E
element
whose
att
attribute
value
is
“val”
¡ E[att
^=
”val”]
§ Matches
any
E
element
whose
att
attribute
value
begins
with
“val”
¡ E[att
$=
“val”]
§ Matches
any
E
element
whose
att
attribute
value
ends
with
“val”
¡ E[att
*=
”val”]
§ Matches
any
E
element
whose
att
attribute
value
contains
the
substring
“val”