On a more pleasant note

Barry Paul bpaul at wbtsystems.com
Fri Sep 17 21:41:12 BST 1999


> 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 at 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 at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)





More information about the Xml-dev mailing list