XML Parser: Data Element: Meta Data

Hello folks,

 

I'm having a real tough time with Specifying Elements and Attributes in the XML Tree. I'm not really familiar with XPath, but, as it says, it's not quite XPath anyway.

I have an XML file for an Android app that has non-translatable strings that are marked as follows:

<string name="facebook_app_id" translatable="false">1029572267086865</string>

 It has only one more parent node with no translatable text in it. Everything that is translatable is under string. I'd like such strings to be excluded from or perhaps hidden in the string list in Passolo.

I've been reading the producthelp over and over again, and I seem to get the idea but just can't quite figure out what I'd need to do exactly in my case. I understand that my question may be way too broad and unspecific but could anyone please maybe at least show me the right direction? It's been really wrecking my head and I need to solve this really badly.

Thanks in advance!