Top "Xml-namespaces" questions

According to the standard, "XML namespaces provide a simple method for qualifying element and attribute names used in Extensible Markup Language documents by associating them with namespaces identified by URI references.

Understanding elementFormDefault qualified/unqualified when validating xml against a WSDL (xsd schema)

I'm trying to understand the implications of elementFormDefault="qualified/unqualified" in an XML schema which is embedded in WSDL (SOAP 1.1, …

xml soap xsd wsdl xml-namespaces
How to remove xmlns attribute from XDocument?

In my C# codebase, I have an XDocument of the form: <A> <B> <C xmlns=…

c# linq-to-xml xml-namespaces
Find elements in a Node without the proper namespace, in Java

So I have a xml doc that I've declared here: DocumentBuilder dBuilder = dbFactory_.newDocumentBuilder(); StringReader reader = new StringReader(s); InputSource …

java xml dom xml-namespaces nodelist
Why do we specify namespace in android xml file?

When we write a xml based layout in Android we use the string "xmlns:android="http://schemas.android.com/apk/…

android xml schema xml-namespaces
What are XML namespaces for?

This is something that I always find a bit hard to explain to others: Why do XML namespaces exist? When …

xml xsd namespaces schema xml-namespaces
Setting Namespace Attributes on an Element

I'm trying to create an XML document in Java that contains the following Element: <project xmlns="http://www.imsglobal.…

java xml xml-namespaces setattribute
How to eliminate xmlns="" entries produced by XSLT transform of one XML doc to another XML doc

Ok, I've seen numerous variations on this question, but none exactly answer what I'm trying to solve and perhaps I'm …

xslt namespaces xml-namespaces
Remove xsi:type, xmlns:xs, and xmlns:xsi from JAXB Generics

When using JAXB, I'd like to remove the excess namespaces/types from my XML elements when using Generics. How can …

java generics jaxb xml-namespaces xsi
XML element has namespace, my XPATH does not work

I was given the following XML: <root> <items> <item> <title>Item</…

xslt xpath xml-namespaces