Antone Roundy wrote:
BTW, am I remembering correctly that "xml:" in "xml:lang" and "xml:base" isn't a namespace prefix? You don't see xmlns:xml="..."--so is "xml:" not a namespace prefix, or does it just not have to be declared? If it IS a namespace prefix, then the above language works only if you don't consider publishing "xml:base" and "xml:lang" to be ADDING the prefix, since it was already there in the spec, but it may be possible to word it better.
Essentially, xml: is predeclared for you. See:
http://www.w3.org/TR/1999/REC-xml-names-19990114/#nsc-NSDeclared
- Sam Ruby
