Tagged 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."

learn more… | top users | synonyms

20
votes
2answers
6k views

How to serialize an object to XML without getting xmlns=“…”?

Is there a way for me to serialize an object in .NET without the XML Namespaces automatically serializing also? It seems that by default .NET believes the XSI and XSD namespaces should be included, ...
12
votes
5answers
6k views

XPath + Namespace Driving me crazy

Its a .vbproj and looks like this <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> ...
9
votes
3answers
10k views

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="UTF-8"?> <a xmlns:x="http://tempuri.com"> <b> <c ...
8
votes
2answers
3k views

Use Linq to Xml with Xml namespaces

I have this code : /*string theXml = @"<Response xmlns=""http://myvalue.com""><Result xmlns:a=""http://schemas.datacontract.org/2004/07/My.Namespace"" ...
8
votes
3answers
8k views

What is an xs:NCName type and when should it be used?

I ran one of my xml files through a schema generator and everything generated was what was expected, with the exception of one node: <xs:element name="office" type="xs:NCName"/> What exactly ...
7
votes
4answers
160 views

Does HTML5 support namespaces?

Are we allowed to extend HTML5 with new tags like <foo:bar> in HTML5? I ask because the facebook API includes just this kind of thing**, and our pages are defined as HTML5. More specifically, ...
6
votes
5answers
251 views

Why is XmlNamespaceManager necessary?

I've come up kinda dry as to why -- at least in the .Net Framework -- it is necessary to use an XmlNamespaceManager in order to handle namespaces (or the rather clunky and verbose [local-name()=... ...
6
votes
1answer
1k views

How do I specify XML serialization attributes to support namespace prefixes during deserialization in .NET?

I have a following XML: <person xmlns:a="http://example.com" xmlns:b="http://sample.net"> <a:fName>John</a:fName> <a:lName>Wayne</a:lName> ...
5
votes
1answer
164 views

How to preserve namespace information when parsing HTML with lxml?

>>> from lxml.etree import HTML, tostring >>> tostring(HTML('<fb:like>')) '<html><body><like/></body></html>' Note how the tag turns from ...
5
votes
5answers
375 views

unable to scrape content from a website

I am trying to scrap some content from a website but the code below is not working(not showing any output). here is the code $url="some url"; $otherHeaders=""; //here i am using some other headers ...
5
votes
3answers
296 views

How can I find out the namespace of an element in PHP DOM?

This sounds like a pretty easy question to answer but I haven't been able to get it to work. I'm running PHP 5.2.6. I have a DOM element (the root element) which, when I go to $element->saveXML(), ...
5
votes
1answer
557 views

What is jQuery for Document.createElementNS()?

What is jQuery for Document.createElementNS()? function emleGraphicToSvg(aGraphicNode) { var lu = function luf(aPrefix){ switch (aPrefix){ case 'xhtml': return ...
5
votes
1answer
2k views

JAXB appending unneeded namespace declarations to tags

I'm implementing a homebrew subprotocol of XMPP, and i'm using combination of StAX and JAXB for parsing/marshalling mesages. And when I marshall a message I end up with loads of unneded namespace ...
4
votes
1answer
118 views

How do I use XPATH to parse the following that has a namespace?

I need to extract a claim from a SAML token. The claim I'm interested in is http://schemas.microsoft.com/accesscontrolservice/2010/07/claims/identityprovider and I'd like to get the value "Google" in ...
4
votes
1answer
227 views

Namespace Prefixes with IXmlSerializable

Bit confused on the proper decorators to use, or whatever design might be necessary. When serializing a class which is implementing IXmlSerializable is there a way to include the namespace and its ...
4
votes
3answers
174 views

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 local-name() in XPath 1.0 and so ignore namespaces. However, I want to enable the ...
4
votes
1answer
165 views

WPF - Is <?Mapping > used anymore?

Basically, I remember that there was a time when you could use the following: <?Mapping ... > (It doesn't seem to work anymore -- Deprecated perhaps?) I know I can map my XML namespaces like ...
4
votes
1answer
88 views

XML Schemas / Namespaces

I often see code like the one below in XML schema files. As far as I understood xmlns is to define a new namespace. But are the long URLs that follow a xmlns really necessary? I mean does the program, ...
4
votes
2answers
224 views

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 inputSource = new InputSource(reader); ...
4
votes
2answers
868 views

How to remove XML namespaces using Javascript?

I am finding that, for my purposes, XML namespaces are simply causing much headache and are completely unnecessary. (For example, how they complicate xpath.) Is there a simple way to remove ...
4
votes
2answers
239 views

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 namespace name for an unprefixed attribute ...
4
votes
1answer
3k views

Python: adding namespaces in lxml

I'm trying to specify a namespace using lxml similar to this example (taken from here): <TreeInventory xsi:noNamespaceSchemaLocation="Trees.xsd" ...
3
votes
3answers
246 views

Remove Namespace and Extract a subset of XML file using XSL

When my Input Xml as : <country> <state> <city> <name>DELHI</name> </city> </state> ...
3
votes
3answers
95 views

keep user-generated content from breaking layout?

I have a site that wraps some user-generated content, and I want to be able to separate the markup for the layout, and the markup from the user-generated content, so the u-g content can't break the ...
3
votes
1answer
279 views

Generate XML from multiple classes

I'm trying to generate an XML document using a class generated by the xsd.exe tool. The desired structure is like this: <sh:StandardBusinessDocument xmlns:eanucc="urn:ean.ucc:2" ...
3
votes
4answers
392 views

Lxml element equality with namespaces

I am attempting to use Lxml to parse the contents of a .docx document. I understand that lxml replaces namespace prefixes with the actual namespace, however this makes it a real pain to check what ...
3
votes
3answers
562 views

XPath, XML Namespaces and Java

I've spent the past day attempting to extract a one XML node out of the following document and am unable to grasp the nuances of XML Namespaces to make it work. The XML file is to large to post in ...
3
votes
1answer
3k views

Controlling namespace prefixes in JAXB

How does jaxb determine the list of namespace prefix declarations whem marshalling an object? I used xjc to compile java classes for ebics (ebics schema). When I create an instance for an ebicsRequest ...
3
votes
2answers
281 views

Why does the 'xmlns' attribute affect XPath Node lookup?

The following code works perfect. See XML file below. XPathDocument xPathDoc = new XPathDocument(@"C:\Authors.xml"); XPathNavigator navigator = xPathDoc.CreateNavigator(); XPathNodeIterator iterator ...
3
votes
5answers
3k views

How do I remove namespaces from xml, using java dom?

I have the following code DocumentBuilderFactory dbFactory_ = DocumentBuilderFactory.newInstance(); Document doc_; DocumentBuilder dBuilder = dbFactory_.newDocumentBuilder(); StringReader reader = ...
3
votes
1answer
686 views

Good or common naming conventions for XML namespace URIs

I'm looking for some ideas for good naming conventions for xsd target namespaces. Basically I just need to make a definite decision on how to name the target namespace of my xsd so I try to get it ...
3
votes
1answer
3k views

Exception cvc-elt.1: Cannot find the declaration of element 'AsifXml' when trying to unmarshall using JAXB

I keep receiving the following error when attempting to unmarshall an xml document using JAXB. The error reads as follows: cvc-elt.1: Cannot find the declaration of element 'AsifXml' Code to ...
3
votes
4answers
245 views

Help in parsing XML, simple string - but I can't seem to parse it

I have the following XML: <iq xmlns="jabber:client" to="39850777771287777738178727@guest.google.com/agsXMPP" xml:lang="en" id="sub23" from="search.google.com" type="result"> <pubsub ...
3
votes
3answers
686 views

Good python XML parser to work with namespace heavy documents

Python elementTree seems unusable with namespaces. What are my alternatives? BeautifulSoup is pretty rubbish with namespaces too. I don't want to strip them out. Examples of how a particular python ...
3
votes
3answers
407 views

Easy way to drop XML Namespaces with JavaScript?

Is there an easy way, for example, to drop an XML name space, but keep the tag as is with jQuery or JavaScript? For example: <html:a href="#an-example" title="Go to the example">Just an ...
3
votes
4answers
2k views

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 this document? <?xml version="1.0" encoding="utf-8"?> <configuration> ...
3
votes
2answers
674 views

PHP: retrieve all declared namespaces of a DOMElement

I am using the DOM extension to parse an xml file containing xml namespaces. I would have thought that namespace declarations are treated just like any other attribute, but my tests seem to disagree. ...
3
votes
1answer
259 views

XPath Expression returns nothing for //element, but //* returns a count

I'm using XOM with the following sample data: Element root = cleanDoc.getRootElement(); //find all the bold elements, as those mark institution and clinic. Nodes nodes = root.query("//*"); <html ...
3
votes
2answers
5k views

XSLT root tag namespace instead of element attribute namespace

I have a XSL file to transfer another XSL file. I want the namespace declaration to be on the root tag, instead of it being repeated on every single element!! Here is my stylesheet: ...
2
votes
1answer
25 views

Unqualified XSD global attribute references

The following XML schema fails to validate with following XML instance document. Is there any way to rewrite the schema so the instance document validates, within the given constraints? Constraints ...
2
votes
3answers
44 views

Is there (practically) a 1:1 correspondence between an XML schema and an XML namespace?

I get that many XML documents don't use namespaces or schemas. I also understand that you can have an XML document that use a namespace without any associated schema (e.g. Log4J configuration). ...
2
votes
0answers
19 views

Parse XML with Python Etree and Return Specified Tag Regardless of Namespace

I am working with some XML data that, in some locations in each file, redefines the namespace. I'm trying to pull all tags of a specific type from the document regardless of the namespace that's ...
2
votes
1answer
84 views

Calling super's method (add namespace to Nokogiri XML document)

I have an XML document which is missing some namespace declaration. I know I can define it when I use doc.xpath() method, like the following: doc.xpath('//dc:title', 'dc' => ...
2
votes
0answers
123 views

NuGet unable to extract metadata from assembly with XmlnsDefinitionAttribute

I am trying to add XmlnsDefinitionAttributes to my assembly. I use TeamCity to manage my projects. There is a NuGet Package Pack step in my build configuration. Here is the relevant section of a ...
2
votes
1answer
70 views

XPath 2.0: Retrieving nodes by attribute where value is case Insensitive

I am new to using XPath and I am trying to retrieve a node via its attribute but the problem is that the attribute is case insensitive meaning I won't exactly know how the string is cased in the ...
2
votes
2answers
27 views

XML XMLNS ending with “important” #

In Mozilla Extensions file called install.rdf, there is a line saying <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"> Are those # ...
2
votes
1answer
94 views

Hpricot search all the tags under one specific namespace

For example I have the following code: <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title><io:content part="title" /></title> ...
2
votes
2answers
251 views

How to remove default namespace and keep the rest of namespaces using XSLT?

I have a XML file having default namespace and empty namespaces which need to be removed, while keeping the rest of namespaces. Input: <prefix:request xmlns:prefix="urn1" xmlns:foo2="urn2" ...
2
votes
1answer
111 views

XMLStreamWriter.writeStartElement(prefix,localName,namespaceURI), Prefix “manifest” can not be resolved to namespace URI

source.xml: <?xml version="1.0" encoding="UTF-8"?> <zip:archive xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" xmlns:zip="com.test.zip"> <zip:entry ...
2
votes
1answer
50 views

Defining a schema that allows attributes from mixed namespaces

I am struggling with trying to develop a schema which allows attributes from mixed namespaces. Here is xxx_schema2.xsd: <?xml version="1.0" encoding="UTF-8"?> <xs:schema ...

1 2 3 4 5 7