[
Lists Home |
Date Index |
Thread Index
]
- From: Chris Maden <crism@oreilly.com>
- To: xml-dev@ic.ac.uk
- Date: Mon, 25 Jan 1999 10:59:58 -0500 (EST)
[Roger L. Costello]
> I guess that I should know this, but why would #PCDATA need to come
> before %rdfObj?
Because the XML specification says so. Mixed content must have the
form:
(#PCDATA)
or
(#PCDATA | elem-type-1 | elem-type-2 ...)*
No other option is permitted.
It's possible that they really meant an element type called PCDATA, in
which case the model is okay, but that would be a very ill-considered
choice of element type names.
-Chris
--
<!NOTATION SGML.Geek PUBLIC "-//Anonymous//NOTATION SGML Geek//EN">
<!ENTITY crism PUBLIC "-//O'Reilly//NONSGML Christopher R. Maden//EN"
"<URL>http://www.oreilly.com/people/staff/crism/ <TEL>+1.617.499.7487
<USMAIL>90 Sherman Street, Cambridge, MA 02140 USA" NDATA SGML.Geek>
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|