[
Lists Home |
Date Index |
Thread Index
]
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
|