[
Lists Home |
Date Index |
Thread Index
]
- From: Toby Speight <tms@ansa.co.uk>
- To: "XML developers' list" <xml-dev@ic.ac.uk>
- Date: 05 Jun 1998 10:09:45 +0100
Ron> Ron Bourret <URL:mailto:rbourret@dvs1.informatik.tu-darmstadt.de>
=> In article <199806041610.SAA11550@berlin.dvs1.tu-darmstadt.de>, Ron
=> wrote:
Ron> Content models of PCDATA and EMPTY represent the terminals in
Ron> DTDs. That is, bold, italic, etc. have a PCDATA content model.
Ron> Furthermore, in more data (as opposed to document) applications
Ron> of XML, PCDATA-only content seems to be relatively common. For
Ron> the moment, I have left PCData in and required Mixed to take at
Ron> least one ElementRef, per your earlier suggestion.
To me, it's not particularly important whether PCDATA-only content is
represented with a distinct element or as a special case of MIXED.
But I think the latter is quite usable if a convenience is defined
thus:
<!ENTITY pcdata "<MIXED/>">
Then we can write
<ELEMENT foo>
&pcdata;
</ELEMENT>
--
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)
|