Namespaces in XML - http://www.w3.org/TR/REC-xml-names/
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. (W3C Recommendation 14 January 1999) |
Namespaces in XML (alternate explanation) - http://www.jclark.com/xml/xmlns.htm
An attempt by James Clark at a less confusing alternative explanation of the mechanism described in the XML Namespaces Recommendation. |
W3Schools.com: XML Namespaces - http://www.w3schools.com/xml/xml_namespaces.asp
XML Namespaces provides a method to avoid element name conflicts. This page gives examples and solutions. |
XML Cover Pages: Namespaces in XML - http://xml.coverpages.org/namespaces.html
A collection of whitepapers, perspectives and history on XML namespaces, including links, references and contacts. |
XML Namespace Related-resource Language (XNRL) - http://www.textuality.com/xml/xnrl.html
an HTML-based markup language designed to contain a human-readable description of an XML namespace as well as pointers to multiple resources related to that namespace. Examples of such related resources include schemas, stylesheets, human-readable documentation (beyond that contained in the XNRL package) and executable code. (Tim Bray) |
XML Namespaces FAQ - http://www.rpbourret.com/xml/NamespacesFAQ.htm
Questions and answers about Namespaces in XML as maintained by Ronald Bourret. |
XML.com: Namespace Myths Exploded - http://www.xml.com/pub/a/2000/03/08/namespaces/
This article discusses a number of myths that have arisen around XML namespaces, examining possible sources, clarifying what the recommendation says about them, and pointing out ways to resolve the issues they raise. By Ronald Bourrett. |
XML.com: Namespace Nuances - http://www.xml.com/pub/a/2001/07/05/namespaces.html
Questions and answers about Namespaces in XML. By John E. Simpson. |
XML.com: Namespaces by Example - http://www.xml.com/pub/a/1999/01/namespaces.html
A first look at this W3C Recommendation on Namespaces in XML. By Tim Bray. |
XSL Namespace - http://www.w3.org/TR/xsl/#xsl-namespace
The section of the W3C's "Extensible Stylesheet Language (XSL) Version 1.1" specification that defines the XSL namespace. |