[
Lists Home |
Date Index |
Thread Index
]
- From: John Martin <John.Martin@ncmail.net>
- To: xml-dev@ic.ac.uk
- Date: Mon, 19 Jul 1999 15:06:48 -0400
I have heard three different definitions of PCDATA so far.
1) The book called XML: A Primer by Simon St. Laurent defines it as
follows:
"parsed character data (#PCDATA)" - Parsed character data is text that
will be examined by the parser for entities and markup. Parsed
character data should not contain any &, <, or > characters; these need
to be represented by the & < and > entities, respectively.
2) Microstar's Near & Far Designer defines it in its help screen as
follows:
"Processable Character Data (PCDATA)" - Indicates content that can be
analyzed and processed. Mark-up entities will be recognized within the
text.
3) A colleague of mine swears he saw it defined as "printable character
data," but can't remember where he saw it.
What's up with this? :)
Thanks!
John
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/ and on CD-ROM/ISBN 981-02-3594-1
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)
- Follow-Ups:
- Re: PCDATA
- From: Chris Maden <crism@oreilly.com>
- Re: PCDATA
- From: "Simon St.Laurent" <simonstl@simonstl.com>
|