Lines Matching refs:xml

66         $xml = simplexml_load_string($body);
67 $xml->registerXPathNamespace('d','urn:DAV');
69 list($data) = $xml->xpath('/d:multistatus/d:response/d:href');
72 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:resourcetype');
80 $xml = '<?xml version="1.0"?>
87 $this->sendRequest($xml);
93 $xml = simplexml_load_string($body);
94 $xml->registerXPathNamespace('d','urn:DAV');
96 … $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry');
99 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
102 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
105 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
108 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
111 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
117 $xml = '<?xml version="1.0"?>
124 $this->sendRequest($xml);
127 $xml = simplexml_load_string($body);
128 $xml->registerXPathNamespace('d','urn:DAV');
130 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:lockdiscovery');
137 $xml = '<?xml version="1.0"?>
144 $this->sendRequest($xml);
146 $xml = simplexml_load_string($body);
147 $xml->registerXPathNamespace('d','urn:DAV');
157 …$this->assertTrue(count($xml->xpath($test))==true,'We expected the ' . $test . ' element to appear…
160 $val = $xml->xpath('/d:multistatus/d:response/d:propstat/d:status');