OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Closing Blueberry



Richard Tobin wrote

> > If it did then the white space production: s ::== (#x20 | #x9 | #xD |
> > #xA) wouldn't make sense because there would be no #xDs in the input
> > stream.
>
> Not quite.  The productions are often applied to things that are not
> in the input stream: internal entity values.  You can construct an
> internal entity containing #xD characters.
>

The #xDs would have to be coded as character entity references (which is
pretty weird), but yes, I see your point.

~Rob