I am trying to transform the android xml into Plist but i am facing the issue because the Android XML contains COLONS in the attribute names as follows:
<PreferenceCategory android_title="Identity" >
<EditTextPreference
android:key="systemname"
android_title="System Name" />
</PreferenceCategory>
So when i try to read the attribute value using XSLT it gives the following error:
XPath evaluation returned no result.
I am bit new to XSLT, So can any one help me reading the attribute value which have colon in their names as mentioned above.