I’m trying to understand the xml spec: why does it have such difficult terminology?
How can I declare xml namespaces so that all elements and attributes are in their scope?
Can I still use server-side inclusions?
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?