What does "xmlns" in XML mean?
Asked 07 September, 2021
Viewed 2.6K times
  • 66
Votes

I saw the following line in an XML file:

xmlns:android="http://schemas.android.com/apk/res/android"

I have also seen xmlns in many other XML files that I've come across.

What is it?

5 Answer