function documentURI($val = null) { if ($uri = xml::normalizePath($val)) { $this->dd->documentURI = $uri; } return $this->dd->documentURI; }