- From: C. M. Sperberg-McQueen <cmsmcq@blackmesatech.com>
- Date: Tue, 18 Jan 2022 18:45:24 -0700
- To: public-ixml@w3.org
C. M. Sperberg-McQueen writes:
> ...
> 1 Namespace declarations are allowed only before the first rule of the
> grammar and apply throughout the grammar. Syntax tbd, but for
> discussion I'll assume
>
> nsdecl = 'declare', s, 'namespace', s, nsprefix, s, '=', nsname, s,
> '.'
Missed an s and the closing period:
nsdecl = 'declare', s, 'namespace', s, nsprefix, s,
'=', s, nsname, s, '.'.
--
C. M. Sperberg-McQueen
Black Mesa Technologies LLC
http://blackmesatech.com
Received on Wednesday, 19 January 2022 01:45:46 UTC