Xpath to select value of sibling attribute with namespace
问题 I'm struggling to get an XPath defined to return the value of the uniqueappversionid from the following XML: <?xml version="1.0" encoding="UTF-8"?> <manifest package="air.com.vzw.Foo" android:versionCode="0" android:versionName="0.0.0" android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android"> <application android:label="FooAIR"> <meta-data android:name="autoOrients" android:value="true" /> <meta-data android:name="fullScreen" android:value="false" /> <meta