Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. <!ENTITY level3      "http://www.w3.org/2001/DOM-Test-Suite/Level-3">
  2. <!ENTITY spec        "http://www.w3.org/TR/2003/CR-DOM-Level-3-XPath-20030331/xpath">
  3.  
  4. <!ENTITY vars
  5.  "
  6.   <!-- common variables -->
  7.   <var name='doc' type='Document'/>
  8.   <var name='xpEvaluator' type='XPathEvaluator'/>
  9.  ">
  10.  
  11. <!-- the following entity requires the entity vars as well -->
  12. <!ENTITY findXPathEvaluator
  13.   "
  14.   <load var='doc' href='staffNS' willBeModified='false'/>
  15.   <createXPathEvaluator var='xpEvaluator' document='doc'/>
  16. ">
  17.