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.

PHP DOMDocument getting Attribute of Tag

Hello I have an api response in xml format with a series of items such as this: <item> &…

php parsing dom domdocument xml-namespaces
How to remove namespace from the output xml?

Below is my xsl <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsi="http://www.…

xml xslt xpath namespaces xml-namespaces
Java XPath: Get all the elements that match a query

I want to make an XPath query on this XML file (excerpt shown): <?xml version="1.0" encoding="UTF-8"?> <!…

java xml xpath namespaces xml-namespaces
How to Select XML Nodes with XML Namespaces from an XmlDocument?

my code attempts to grab data from the RSS feed of a website. It grabs the nodes fine, but when …

c# xml xmldocument xml-namespaces
How do I use xml namespaces with find/findall in lxml?

I'm trying to parse content in an OpenOffice ODS spreadsheet. The ods format is essentially just a zipfile with a …

python xml lxml xml-namespaces elementtree
How to add xsi schemalocation to root c # object XmlSerializer

I am using XmlSerializer to create an object representing an XML file and now i want to add a schemalocation …

xml xml-serialization xsd xml-namespaces
unable to locate Spring NamespaceHandler error

I have been having this error for nearly a week now and im just about ready to give in. I …

spring xml-namespaces
xaml what is "local:"?

What is local: in XAML, and what parameters in a C# class can be called local: ? In some code I …

wpf xaml xml-namespaces
Remove namespace from XML using PHP

I have an XML document that looks like this: <Data xmlns="http://www.domain.com/schema/data" xmlns:dmd="…

php simplexml xml-namespaces
What causes a difference between a web service URL and a namespace?

I have an ASP.NET web project that contains a Web Service. When I run the service it brings me …

c# web-services asmx xml-namespaces