What is the syntax for getting an attribute from a child? I tried this but it comes up null:
"/descendant::PhoneSystemConfiguration/child::DIDconfiguration[attribute::value='81611'][attribute::groupname]"
where I want to know the value of the attribute called "groupname" based on the attribute called "value".