Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

29
votes
10answers
2k views

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 should we use them and when should we not? What are the common pitfalls when working with ...
19
votes
7answers
12k views

How to prevent blank xmlns attributes in output from .NET's XmlDocument?

When generating XML from XmlDocument in .NET, a blank xmlns attribute appears the first time an element without an associated namespace is inserted; how can this be prevented? Example: XmlDocument ...
11
votes
1answer
336 views

Why does ie apparently reflow DOM when encountering <fb:xxx> fbml elements when correctly using the fbml xmlns?

I have a page containing a number of facebook "Like" buttons, embedded using the inline fbml technique (as opposed to iframe). Simple enough. The page renders fine, everything works as expected. ...
7
votes
4answers
7k views

Facebook Connect and HTML5, xmlns available?

Facebook Connect and their "Social Widgets" documentation mention that you need to add an xmlns attribute to your <html> tag on the page where it will be used. I understand that xmlns is for ...
6
votes
2answers
2k views

Why doesn't Nokogiri xpath like xmlns declarations

I'm using Nokogiri::XML to parse responses from Amazon SimpleDB. The response is something like: <SelectResponse xmlns="http://sdb.amazonaws.com/doc/2007-11-07/"> <SelectResult> ...
5
votes
1answer
162 views

Why arent strings (and likewise colors) defined in the android namespace?

I have a newbie android question: Why arent strings and other resources like colors (defined in res/values directory) defined in android namespace by assigning the attribute ...
5
votes
2answers
8k views

HTML: What is `xmlns:fb=“http://www.facebook.com/2008/fbml”`?

What is xmlns:fb="http://www.facebook.com/2008/fbml"? I've been seeing it in a lot of <html> tags recently. What does it do?
5
votes
7answers
2k views

Firefox add <a xmlns=“http://www.w3.org/1999/xhtml”>

EDIT: This isn't happening because of the ajax call. I changed it to use a value from a TinyMCE component for fun and I get the same thing. content = tinyMCE.get('cComponent').getContent(); ...
5
votes
1answer
148 views

RDFa content implementation for products

I'm knee deep in the nightmare that is RDFa implementation for product information and am curious if anyone out there can provide some insight. Google flat out say's not to hide information just for ...
5
votes
5answers
1k views

Modifying an xslt to be namespace agnostic

I have a XSLT I've created to handle a particular xml document. However, now namespaces are being introduced in some, but not all of our documents. I'd like to use the same XSLT for these documents, ...
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
830 views

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 number of documents. The content of the spreadsheet is stored in 'content.xml'. ...
3
votes
2answers
220 views

Parsing xml in F# when file has xmlns attribute

So I tried to use F# XML parsing post on the following xml (from uclassify API): <?xml version="1.0" encoding="UTF-8" ?> <uclassify xmlns="http://api.uclassify.com/1/ResponseSchema" ...
3
votes
2answers
273 views

Namespace agnostic XPath query with element content

The namespace agnostic syntax I've seen around is confusing me. Say I have: <root> <parent attribute="A">A<child>A</child></parent> <parent ...
3
votes
1answer
137 views

XML LINQ query returns no data

I experimented with LINQ to XML today, but I wasn't very successful. When I use a namespace I don't get any data. Here's the (simplified) xml: <?xml version="1.0" encoding="UTF-8" ?> ...
3
votes
1answer
68 views

Do web browsers process the “xmlns” attribute?

At W3schools an article on XML Namespaces states: Note: The namespace URI is not used by the parser to look up information I have a very simple XML file: <?xml version="1.0" ...
3
votes
1answer
453 views

Multiple xmlns attributes affect page performance?

We are working on adding some Facebook Connect functionality to our site. Part of their requirements for FB Connect require adding several additional xmlns attributes to the html element. We are ...
3
votes
2answers
3k views

Java DOM XML is skipping xmlns properties

I need to generate an xml file in Java, so I chose to use DOM (until there everything is ok), here is the root tag of what i need to create <?xml version="1.0" encoding="utf-8"?> ...
3
votes
4answers
3k views

Facebook Connect Won't Validate

I'm trying to get my Facebook Connect code to validate, but it won't. I think the problem is that their xmlns page isn't loading. I have the code: <html xmlns="http://www.w3.org/1999/xhtml" ...
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
37 views

Is it OK to have a default namespace (xmlns) AND a prefixed namespace pointing to the same URI?

We're trying to generate some namespaced XML (attributes and all) but we're noticing some issues when outputting prefixes with both SimpleXML and DOMDocument in PHP. This is our test output: <?xml ...
2
votes
3answers
200 views

How do I get rid of incorrect xmlns attributes in HTML transformed with XSLT

I am trying to transform a .html document using xslt. The generated html for some reason has an extra xmlns attribute on the head element, and an empty xmlns attribute on the title element. ...
2
votes
2answers
93 views

Values 'doubled up' selecting out of XML in Nokogiri

<TrainingCenterDatabase xmlns="http://www.garmin.com/xmlschemas/TrainingCenterDatabase/v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
2
votes
1answer
711 views

HTML 5 Adding XML Namespaces

Can anyone tell me how you add additional XML namespaces to an HTML 5 document? I'm trying to create an HTML 5 version of the following <html xmlns="http://www.w3.org/1999/xhtml" ...
2
votes
2answers
101 views

Can I put all namspace definition to top level element with JAXB

Using handcrafted code my xml was like this: <?xml version="1.0" encoding="UTF-8"?> <metadata xmlns="http://musicbrainz.org/ns/mmd-1.0#" ...
2
votes
3answers
213 views

Is the “xmlns” in <html xmlns= …> needed when the page is served as HTML 4.01?

I like to serve the page as HTML 4.01, because XHTML is not really taken as XHTML in some browsers anyway, but Facebook's OpenGraph meta tags requires: <html xmlns="http://www.w3.org/1999/xhtml" ...
2
votes
3answers
297 views

XElement wont return any media:content / xmlns:media breaks XElement

Here is my sample xml: <rss version='2.0' xmlns:media='http://search.yahoo.com/mrss/'> <channel> <title>Title of RSS feed</title> <link>LINK</link> ...
2
votes
1answer
313 views

Propogate prefixes to child element when printing XML DOM to String in Java

I am creating an XML with DOM api in java as shown below DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); DocumentBuilder builder = factory.newDocumentBuilder(); Document ...
2
votes
2answers
283 views

How do you fix schema / namespace error in Visual Studio 2010? (WPF / XAML)

I'm not sure why, but lately Visual Studio cannot seem to find the schema used in XAML on the root Window. This is the error message I'm getting: Message 1 Could not find schema information ...
2
votes
2answers
273 views

XMLEventWriter from scratch: how do I emit xmlns attribute?

I am trying to write an XML document from scratch using the XMLEventWriter from the StAX API. I cannot figure out how to get the default namespace attribute to be emitted. For example, the default ...
2
votes
2answers
99 views

xmlns naming convention

Do you use a naming convention for your XML namespaces? And if so, what reasoning lies behind it. I was actually amazed that hardly anyone wrote about a naming convention for XML namespaces. Most ...
2
votes
2answers
1k views

I need multiple xmlns elements in an element with the XmWriter

I'm trying to convert a xml document from one format to another and while doing this I've found that I need to insert multiple xmlns declarations to the root element. Example: <?xml version="1.0" ...
2
votes
2answers
120 views

How can I match the xmlns:* attributes with XSLT?

How can I match the xmlns:* attributes with XSLT 1.0 ? Using a RDF document I tried: <xs:template match="rdf:RDF"> (...) <xsl:for-each select="@*"> <xsl:value-of select="."/> ...
2
votes
3answers
582 views

How can I ignore a bad xmlns namespace with Perl's LibXML?

I have an XML document that references a namespace that is no available: <microplateDoc xmlns="http://moleculardevices.com/microplateML"> ...my data is here... </microplateDoc> I have a ...
2
votes
2answers
2k views

XSLT works in IE, not in Chrome or Firefox

Given a normal nhibernate config file: <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="http://localhost/xmlStylesheets/nhibernate.xsl"?> <hibernate-configuration ...
2
votes
3answers
802 views

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 just too dense to see how to apply one of the other answers to what I'm trying to ...
2
votes
3answers
2k views

Parse and query SOAP in C#

I am trying to parse a heavily namespaced SOAP message (source can be found also here): <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope ...
2
votes
1answer
2k views

Blank xmlns=“” Attributes From Import

I'm attempting to do a transform on an XML document. My XML transform can result in two different types of base element depending on the value of a certain element: <xsl:template match="/"> ...
2
votes
2answers
513 views

Is there a way to map a tag in flex to components in multiple directories?

Given a flex application or module, you can specify a custom xml namespace as follows: <mx:Module xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:custom="custom.namespace.*"> We can then ...
2
votes
7answers
9k views

How to remove xmlns attribute with .NET XML API

XmlElement.Attributes.Remove* methods are working fine for arbitrary attributes resulting in the removed attributes being removed from XmlDocument.OuterXml property. Xmlns attribute however is ...
1
vote
2answers
28 views

Xslt producing Xslt: setting root namespaces

I use XSLT as a "code generator" for various components, including other XSLT. For example, I have a query that produces an XML output of MSSQL sys.columns rows for a table, and wish to produce an ...
1
vote
2answers
32 views

How to process webdav server XML request in C#

I am writing a custom WebDAV server in C#. One of the client test programs I am using is NetDrive and it claims and appears to be a WebDAV compliant client. My problem is I am receiving a request on ...
1
vote
1answer
37 views

How do I rename xmlns=“” with WriteStartElement?

I'm attempting to make an XML that's going to be parsed by an XNA content reader. I'm using XMLWriter, and the format is supposed to be: <XNAContent> <Assest Type="namespace"> ...
1
vote
1answer
36 views

.Net XML serialized array has elements with xmlns in them and fails subsequent XSLT Transform

I have a Aspx.Net web page that is creating a report from an array coming in via WCF. The array is converted to XML and then run through a translation to get the html report. The array is of a class ...
1
vote
1answer
49 views

How to read an XPathDocument that has a namespace

I have the following example XML file: <Top xmlns="abbr:SomeNSValue"> <Next> <Other>SomeValue</Other> </Next> </Top> I load it up and try to read it like ...
1
vote
1answer
32 views

how do schema validators know where to find the xsd associated with the namespace in xmlns?

I'm calling an external (3rd party) web service which is returning xml containing namespaces like such: ... xmlns:gml="http://www.opengis.net/gml" xmlns:wrs="http://www.opengis.net/cat/wrs/1.0" ...
1
vote
1answer
320 views

Open Graph namespace declaration: HTML with XMLNS or head prefix?

I have seen conflicting information on how to best implement Open Graph namespaces. Specifically, the Open Graph website uses a few different methods, and the Facebook Open Graph examples use other ...
1
vote
2answers
34 views

What is the role of the xmlns attributes in RDF?

I am new to RDF and I am trying to get some RDF files from the web. For example: http://rdf.freebase.com/rdf/venture_capital.views.investment_round or http://sws.geonames.org/2950159/about.rdf ...
1
vote
0answers
13 views

XmlnsDictionaryAttribute - Should I be looking at using this for my WPF control library?

I know I can map my CLR namespaces to XML namespaces using XmlnsDefinitionAttribute, and provide a default prefix using XmlnsPrefixAttribute, but even after reading the MSDN I don't really understand ...
1
vote
1answer
96 views

Is it possible to serialize a dynamic object graph to xml with specific xml namespaces (xmlns)?

I have a funky scenario that, thanks to our use of .NET 4 and C# 4, seemed to be in the bag. As it turns out, the solution is more complex, and possibly non-existent outside of some completely custom ...

1 2 3