[
Lists Home |
Date Index |
Thread Index
]
- From: Tim Bray <tbray@textuality.com>
- To: xml-dev@ic.ac.uk
- Date: Tue, 06 May 1997 18:13:46 -0700
At 01:21 AM 5/7/97 GMT, Peter Murray-Rust wrote:
>How many PCDATA elements would be expected in the file?
<?XML VERSION="1.0"?>
<!DOCTYPE CML>
<CML>
<XVAR>
This is a variable
</XVAR>
</CML>
Let's flatten that. Clearly there can't be any PCDATA before <CML>, so:
<CML>\n<XVAR>\nThis is a variable\n</XVAR>\n</CML>
11 2222222222222222222222 33
Three pieces of PCDATA. Uh, I'll check Lark now... if it says anything
else, that's a bug. -T
xml-dev: A list for W3C XML Developers
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To unsubscribe, send to majordomo@ic.ac.uk the following message;
unsubscribe xml-dev
List coordinator, Henry Rzepa (rzepa@ic.ac.uk)
- Follow-Ups:
- Re: PCDATA
- From: "Norbert H. Mikula" <nmikula@edu.uni-klu.ac.at>
|