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.

How to use xmlns declarations with XPath in Nokogiri

I'm using Nokogiri::XML to parse responses from Amazon SimpleDB. The response is something like: <SelectResponse xmlns="http://sdb.…

ruby xpath nokogiri xml-namespaces
remove xmlns attribute from the root element while marshalling jaxb

This might be a related to JAXB Marshaller - How do I suppress xmlns namespace attributes? But my problem is …

java xml jaxb xml-namespaces jaxb2-maven-plugin
Using JDK's JAXB without ns2 prefix

After having read all posts about this on Oracle forums, Stackoverflow, java.net I'm finally posting here. I'm using JAXB …

jaxb xml-namespaces
How to query default namespace with MSXML

I have some XML: <?xml version="1.0" ?> <Project ToolsVersion="4.0"> <PropertyGroup Condition="'$(key)'=='1111'"&…

xml-namespaces msxml msxml6
SVG file warning message in Android Studio editor

I'm using Android Studio 2.0 with SVG2VectorDrawable: If I open a svg file for edit from the \RAW resource folder, …

android svg xml-namespaces android-studio-2.0
Python: Ignore xmlns in elementtree.ElementTree

Is there a way to ignore the XML namespace in tage names in elementtree.ElementTree? I try to print all …

python xml xml-namespaces elementtree
Why is there no XPath syntax for namespace-qualified nodes?

Some of the nodes in an XML document have namespaces, specified with a defined prefix. It is possible to specify …

xml xpath namespaces xml-namespaces
How do I get an IXmlNamespaceResolver

I'm trying to call the XElement.XPathSelectElements() overload that requires an IXmlNamespaceResolver object. Can anyone show me how to get (…

c# xml xml-namespaces
XML Default namespaces for unqualified attribute names?

I'm trying to understand the correct interpretation of the "Namespaces in XML 1.0 (Third Edition)" definition for unqualified attribute namespaces. "The …

xml namespaces xml-namespaces