Lines Matching refs:xml
59 $xml = simplexml_load_string($body);
60 $xml->registerXPathNamespace('d','urn:DAV');
62 list($data) = $xml->xpath('/d:multistatus/d:response/d:href');
65 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:resourcetype');
85 $xml = simplexml_load_string($body);
86 $xml->registerXPathNamespace('d','urn:DAV');
88 list($data) = $xml->xpath('/d:multistatus/d:response/d:href');
91 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:getcontentlength');
98 $xml = '<?xml version="1.0"?>
105 $this->sendRequest($xml);
108 $xml = simplexml_load_string($body);
109 $xml->registerXPathNamespace('d','urn:DAV');
111 … $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry');
114 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
117 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
120 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
123 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
126 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc…
132 $xml = '<?xml version="1.0"?>
139 $this->sendRequest($xml);
142 $xml = simplexml_load_string($body);
143 $xml->registerXPathNamespace('d','urn:DAV');
145 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:lockdiscovery');
152 $xml = '<?xml version="1.0"?>
159 $this->sendRequest($xml);
161 $xml = simplexml_load_string($body);
162 $xml->registerXPathNamespace('d','urn:DAV');
172 …$this->assertTrue(count($xml->xpath($test))==true,'We expected the ' . $test . ' element to appear…
175 $val = $xml->xpath('/d:multistatus/d:response/d:propstat/d:status');
191 $result = $this->server->xml->parse($body);