Re: [xml-dev] Allowed PEReference usages
by Bob Foster other posts by this author
Jul 2 2003 9:58AM messages near this date
Re: [xml-dev] Allowed PEReference usages
|
[xml-dev] XSLT vs. CSS (Re: Indexing)
> <!ENTITY % begin '<!ENTITY % value "str'>
> <!ENTITY % end 'ing">'>
> <!ENTITY % all '%begin;%end;'>
> %all;
>
> This seems valid to me (as well as all other possible constructions of the
> 'all' entity that come from recursively expanding PEs). Do others agree?
If you interpret the Proper Declaration/PE Nesting validity constraint as
applying only to PEReferences outside entity value literals, then what you
have is ok, but %begin;%end; instead of %all; would be invalid. Otherwise,
not. No doubt someone here knows what was _meant_.
Bob Foster
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org> , an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
Thread:
Brett Kail
Arjun Ray
Bob Foster
|