Studio can't parser xml if the xml have same element name but with different xpath. for example(pay attention to 'AAA'):
<root>
<AAA>zzz</AAA>
<BBB>
<AAA>xxx</AAA>
<CCC>yyy</CCC>
</BBB>
</root>
I want to set some of elements to "Not translatable". but the "Not translatable" settings doesn't work. Is that a Studio bug?