<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 3/10/2009 4:37 PM, Norman Rasmussen wrote:
<blockquote
 cite="mid:5b698f5a0903100137l390538fby225d00822a1a1b89@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">On Tue, Mar 10, 2009 at 5:13 AM, Brett Zamir
  <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:brettz9@yahoo.com">brettz9@yahoo.com</a>&gt;</span> wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000">
    <div>
    <div class="h5">Nice idea... I'd like to add lack of full XML and
namespace support
(ok, maybe not XML with notations, external DTDs, etc., but processing
instructions could have been handy)... But moving forward, no outlawing
of namespaced attributes anywhere, and especially true namespacing in
Data Forms... (and perhaps requiring acceptance of &lt;s:stream
xmlns:s='...'/&gt;, etc., while we're at it).</div>
    </div>
    </div>
  </blockquote>
  </div>
  <div><br>
  </div>
surely that's an implementation issue?  <br>
</blockquote>
Well, yes, but there are issues such as these in the specs:<br>
<br>
1) RFC3920bis-09: "for historical reasons MAY accept only the 'stream:'
prefix"<br>
2) RFC3921bis-08: "The &lt;show/&gt; element MUST NOT possess any
attributes." (also with &lt;status/&gt;, &lt;priority/&gt;,
&lt;body/&gt;, &lt;subject/&gt;)<br>
<br>
The latter could be made to state "MUST NOT possess any non-namespaced
attributes".<br>
<blockquote
 cite="mid:5b698f5a0903100137l390538fby225d00822a1a1b89@mail.gmail.com"
 type="cite">In theory xml:lang SHOULD be supported, so it's not really
a question.<br>
</blockquote>
xml:lang can be supported without namespace awareness--the original XML
spec (before XML Namespaces) allows, without reservation, the colon in
an XML Name (as in an
attribute), but according to the above issues, an implementation could
theoretically (if not actually) use a parser which rejects any
attributes on such elements.<br>
<br>
Brett<br>
</body>
</html>