How do you get the "sources" values for "group name" 457 for "lab symbol"
<?xml version="1.0" encoding="UTF-8"?>
<tabgroup1 name1="CRDT" revision="19531">
<client name="123" group="457" />
<group name="457">
<lab symbol="xyz/ght" sources="SBS,TCS,DDT" />
<lab symbol="pqr/xyz" sources="RRT,QQR,XXC" />
</group>
<group name="345">
<lab symbol="xyz/ght" sources="GHB,GRT,BNM" />
</group>
</tabgroup1>
i tested using the steps in: Python: access nested children in xml file parsed with ElementTree but output prints all attributes.