XML Namespaces
· Disambiguate element type names
<head><html:title>Oncataloging</html:title>…
<biblio><entry id='DeRo98'>
   <loc:title>Navigation, Access, Control…
· Declaring prefixes
<sec xmlns:loc="http://foo.com/mynamesp”
xmlns:html='http://www.w3.org/1999/xhtml'
xmlns="http://…"> <loc:title>…
n Declaration without prefix sets default
· Attributes can have namespaces
· No renaming (x:foo to y:bar)