summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level3/xpath/dom3xpathents.ent
blob: 8dd1053fe765a5fb737d3c020f6ae45d2d938417 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!ENTITY level3      "http://www.w3.org/2001/DOM-Test-Suite/Level-3">
<!ENTITY spec        "http://www.w3.org/TR/2003/CR-DOM-Level-3-XPath-20030331/xpath">

<!ENTITY vars
 "
  <!-- common variables -->
  <var name='doc' type='Document'/>
  <var name='xpEvaluator' type='XPathEvaluator'/>
 ">

<!-- the following entity requires the entity vars as well -->
<!ENTITY findXPathEvaluator
  "
  <load var='doc' href='staffNS' willBeModified='false'/>
  <createXPathEvaluator var='xpEvaluator' document='doc'/>
">