diff options
Diffstat (limited to 'lib/SimpleSAML/XML')
-rw-r--r-- | lib/SimpleSAML/XML/Parser.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/SimpleSAML/XML/Parser.php b/lib/SimpleSAML/XML/Parser.php index b309666..d73472d 100644 --- a/lib/SimpleSAML/XML/Parser.php +++ b/lib/SimpleSAML/XML/Parser.php @@ -10,11 +10,8 @@ class SimpleSAML_XML_Parser { var $simplexml = null; - - function __construct($xml) { - #parent::construct($xml); + function __construct($xml) {; $this->simplexml = new SimpleXMLElement($xml); - $this->simplexml->registerXPathNamespace('saml2', 'urn:oasis:names:tc:SAML:2.0:assertion'); $this->simplexml->registerXPathNamespace('saml2meta', 'urn:oasis:names:tc:SAML:2.0:metadata'); $this->simplexml->registerXPathNamespace('ds', 'http://www.w3.org/2000/09/xmldsig#'); |