Search Results

0
votes

DOMNode to DOMElement in php

You don't need to do any explicit typecasting, just check if your DOMNode object has a nodeType of XML_ELEMENT_NODE. PHP will be perfectly happy with this. If you use …