factory->project->create(); $tei = new DomDocument(); $tei->load(ANTHOLOGIZE_TESTS_PATH . '/includes/test.xml'); $teiapi = new TeiApi($tei); $teiapi->tei = $tei; $teiapi->xpath = new DOMXPath($tei); $teiapi->xpath->registerNamespace('tei', TEI); $teiapi->xpath->registerNamespace('html', HTML); $teiapi->xpath->registerNamespace('anth', ANTH); $this->api = $teiapi; } }