- From: Norman Walsh <ndw@nwalsh.com>
- Date: Tue, 07 May 2013 11:15:48 -0500
- To: Dale Smoker <dalesmoker@gmail.com>
- CC: public-xml-core-wg@w3.org
- Message-ID: <m2k3naix57.fsf@nwalsh.com>
[ Replying only as myself, not on behalf of the Working Group ] Paul Grosso <paul@paulgrosso.name> writes: > -------- Original Message -------- > Subject: Erratum > Resent-Date: Tue, 07 May 2013 15:28:21 +0000 > Resent-From: xml-editor@w3.org > Date: Mon, 6 May 2013 15:20:30 -0400 > From: > To: xml-editor@w3.org > > Hello, > > Regarding: > > Extensible Markup Language (XML) 1.0 (Fifth Edition) > > W3C Recommendation 26 November 2008 > > Section 3.3 Attribute-List Declarations, > > should: > > [52] AttlistDecl ::= '<!ATTLIST' S Name AttDef* S? '>' > > be written as: > > [52] AttlistDecl ::= '<!ATTLIST' S Name S AttDef* S? '>' > > with whitespace separating "Name" and "AttDef*"? I don't believe so because AttDef is defined thus: [53] AttDef ::= S Name S AttType S DefaultDecl The leading space in AttDef handles both the space separating Name and AttDef in production 52 and the case where multiple AttDefs need to be separated by spaces. Be seeing you, norm -- Norman Walsh Lead Engineer MarkLogic Corporation Phone: +1 512 761 6676 www.marklogic.com
Received on Tuesday, 7 May 2013 16:16:19 UTC