Put simply I have an XML file such as:
<page>
<door>brown</door>
<roof>pink</roof>
</page>
Using the DOM functions in PHP, how would I test to see if the the
element <door> is empty? Thanks so much!
<page>
<door>brown</door>
<roof>pink</roof>
</page>
Using the DOM functions in PHP, how would I test to see if the the
element <door> is empty? Thanks so much!