- From: Michael McCaleb <mccaleb@eeel.nist.gov>
- Date: Wed, 29 Nov 2000 14:46:24 -0500
- To: xml-editor@w3.org
Dear XML editor,
Below is a comment on the Extensible Markup Language (XML) 1.0 (Second
Edition). I hope this is useful.
Sincerely,
Mike McCaleb
Problem: A space is missing after a period in Section 6.
Proposed Solution:
Change:
matches one or more occurrences of A.Concatenation has higher
precedence than alternation; thus A+ | B+ is identical to
(A+) | (B+).
to
matches one or more occurrences of A. Concatenation has higher
precedence than alternation; thus A+ | B+ is identical to
(A+) | (B+).
-------------------------------------------
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.76 (Macintosh; U; PPC) [Netscape]">
<title>XML Comments.html</title>
</head>
<body>
Dear XML editor,
<p>Below is a comment on the Extensible Markup Language (XML) 1.0
(Second Edition). I hope this is useful.
<br>
<p>Sincerely,
<p>Mike McCaleb
<br>
<p>
<hr WIDTH="100%">
<br><b>Problem:</b> A space is missing after a period in Section 6.
<p><b>Proposed Solution:</b>
<p>Change:
<blockquote>matches one or more occurrences of A.Concatenation has higher
precedence than alternation; thus A+ | B+ is identical to (A+) |
(B+).</blockquote>
to
<blockquote>matches one or more occurrences of A. Concatenation has higher
precedence than alternation; thus A+ | B+ is identical to (A+) |
(B+).</blockquote>
<p>
<hr WIDTH="100%">
</body>
</html>
Received on Wednesday, 29 November 2000 14:45:34 UTC