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.

JSTL xmlns namespace differences between JSF 1.2 and JSF 2.x?

I have a JSF 1.2 based webapp from which I copied the JSTL import xmlns:c="http://java.sun.com/jstl/…

jsf import jsf-2 jstl xml-namespaces
xmln:tns and targetNamespace

I am seeing some XSD schema documents that declare both a targetNamespace and an xmlns:tns attribute in their top …

xsd xml-namespaces
What is the difference between xsd and xsi?

What exactly is the difference between XML Schema Document and XML Schema Instance ? xmlns:xsd="http://www.w3.org/2001/XMLSchema" …

xml xsd xml-namespaces xsd-validation xml-validation
XSL - copy elements but remove unused namespace(s)

I've got some XML which declares a namespace which is only used for attributes, like this: <?xml version="1.0" encoding="…

xslt xml-namespaces
Java: Marshalling Object -- Removing extra ns2 annotation in xml

I am trying to marshall data within an object into an xml file based on a defined schema. However when …

java xml jaxb marshalling xml-namespaces
Reference to undeclared namespace prefix when parsing MSXML

How do I solve the Reference to undeclared namespace prefix: '%s' problem with Microsoft's msxml implementation? I'm using an …

xml-namespaces msxml msxml6
XSL Copy nodes without xmlns

I have a specific problem. I have to transform an XML structure to other, where the base XSD is same, …

xslt copy xml-namespaces
Why is XmlNamespaceManager necessary?

I've come up kinda dry as to why -- at least in the .Net Framework -- it is necessary to …

.net xpath xml-namespaces selectsinglenode
How do I use XPath with a default namespace with no prefix?

What is the XPath (in C# API to XDocument.XPathSelectElements(xpath, nsman) if it matters) to query all MyNodes from …

c# xpath linq-to-xml xml-namespaces