xpath php attributes not working?
- by Jared
Getting this error Call to a member function attributes() on a non-object
I have found multiple answers to this on SO, but none of them seem to solve my problem?
Here is the XML:
<Routes>
<Route type="source" name="incoming">
</Route>
<Routes>
Here is the PHP:
$doc = new SimpleXMLElement('routingConfig.xml',…