What is the purpose of xml namespaces?
How do I use prefixes to refer to element type and attribute names in an xml namespace?
Can xml use non-latin characters?
What is the difference between versions 1.0 and 1.1 of the xml namspaces recommendation?
Can multiple xml namespace declarations be in scope at the same time?
Can an application process documents that use xml namespaces and documents that don’t use xml namespaces?
How do I undeclare an xml namespace prefix?
What is an xml namespace?
When should I use a cdata marked section?
How do I use the default xml namespace to refer to attribute names in an xml namespace?
If I start using xml namespaces, do I need to change my existing dtds?
When should I use the default xml namespace instead of prefixes?
What’s a document type definition (dtd) and where do I get one?
What happens when an xml namespace declaration goes out of scope?
What does a namespace-aware application do when it encounters an error?