My code displays a xml for the android operating system.
I need to display
<resources xmlns:android="http://schemas.android.com/apk/res/android">
I tried
ET.Element("{http://schemas.android.com/apk/res/android}name")
but it displays
<ns0:name xmlns:ns0="http://schemas.android.com/apk/res/android">
Can someone give me a snippet how to solve that?