From: Adam Magness Date: Fri, 10 Nov 2017 05:26:41 +0000 (-0500) Subject: Add uses X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1f48f62e6c4d29ba44c1d90770f751ef615581c7;p=friendica.git Add uses added DomXPath and SimpleXMLElement --- diff --git a/src/Util/Xml.php b/src/Util/Xml.php index a88a834abb..8be1478edb 100644 --- a/src/Util/Xml.php +++ b/src/Util/Xml.php @@ -5,6 +5,9 @@ */ namespace Friendica\Util; +use DomXPath; +use SimpleXmMLElement; + /** * @brief This class contain methods to work with XML data */