Section 5.1 Namespace scoping example.

I read pr-xml-names-19981117 file. I had a question about the following
example.
On 6th line in the following example  at Section 5.1,
I think "href=" mean "html:href". So, I think this line have to add "html:"
in "href" attribute name.

--------------------------------------------------------------------------
<?xml version="1.0"?>
<!-- all elements here are explicitly in the HTML namespace -->
<html:html xmlns:html='http://www.w3.org/TR/REC-html40'>
  <html:head><html:title>Frobnostication</html:title></html:head>
  <html:body><html:p>Moved to
    <html:a href='http://frob.com'>here.</html:a></html:p></html:body>
</html:html>
--------------------------------------------------------------------------


I am not sure that my understand is correct or not.
Could you please let me know it is correct or not.

---------------------------------
Yoshiyuki Kitahara
Infoteria Inc.
 www.infoteria.com
---------------------------------

Received on Tuesday, 24 November 1998 07:23:44 UTC