Lets say this is my default code:
<panel>
<fontstyle>A</fontstyle>
<fontsize>12</fontsize>
<location>100,100</location>
</panel>
and when I add in another tag:
<programsetting>
<panel>
<fontstyle>A</fontstyle>
<fontsize>12</fontsize>
<location>100,100</location>
</panel>
<panel>
<fontstyle>B</fontstyle>
<fontsize>12</fontsize>
<location>100,100</location>
</panel>
</programsetting>
So we have 2 same tag names within the group but how do i determine to get B rather than A since I have both the same group name and data name.