Re: [xml-dev] An approach to let XML 2.n resources hold multiple entities

From
Paul Prescod <>
To
Rick Jelliffe <>
Date
2003-03-20T03:19:11Z
ID
<>
Thread
Re: [xml-dev] An approach to let XML 2.n resources hold multiple entities
Rick Jelliffe wrote:
> A couple of times people have suggested that XML should allow multiple top-level 
> elements. Thinking about it, here is one possible approach that might fit in with existing
> systems with fairly minimal changes.

Here's a simpler proposal. Take this:

[1]    document    ::=    prolog element Misc*

And make it:

[1]    document    ::=    prolog (element Misc*)*

This is not straightforwardly SGML compatible, but I think it is 
significantly easier these days to change SGML than it is to change XML. 
  Throw another TC on the fire.

  Paul Prescod