Name Spaces
Be aware that if you are using name spaces in your XML file you will need to include those in your function calls when checking for children otherwise it will return ZERO every time:
if ($XMLelement->children($nameSpace,TRUE)->count()){
//do something here
}