- or download this
registerNs
$xpc->registerNs($prefix, $namespace_uri)
Registers namespace $prefix to $namespace_uri.
- or download this
<?xml version="1.0" encoding="utf-8" ?>
<propfind xmlns="DAV:">
<propname/>
</propfind>
- or download this
<?xml version="1.0" encoding="utf-8" ?>
<D:propfind xmlns:D="DAV:">
...
<R:Random/>
</D:prop>
</D:propfind>