[
Lists Home |
Date Index |
Thread Index
]
- From: "Barry Paul" <bpaul@wbtsystems.com>
- To: "Tim Bray" <tbray@textuality.com>,"XMLDev list" <xml-dev@ic.ac.uk>
- Date: Fri, 17 Sep 1999 12:46:27 -0700
> PS: In the XML I'm sending out from the server, I am embedding some human
> readable text encoded, obviously enough, in HTML. What would be
> a good way
> to distinguish it from my own XML tags so that I can extract it and feed
> it to the HTML renderer? Any suggestions?
Yep, three:
1. Use namespaces (seriously!)
2. Encode '<', '>', etc using entities
3. Enclose the HTML CDATA sections
Problems with each solution:
1. This is OK if you are sure that the HTML is valid and well formed
2. What else would you have to encode? (HTML entities?)
3. Maybe some whitespace issues
Seems like number 3 would be a good way to go.
Cheers,
-----
Barry
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)
|