Mixed-content use-cases and questions

Tim Bray tbray at textuality.com
Wed Jan 12 03:36:49 GMT 2000


At 12:26 PM 1/12/00 +1100, Marcus Carr wrote:
>    <p>hello <i>sweet <b>world</b></i>.</p>
>becomes:
>   <p><plain>hello</plain><i><plain>sweet</plain>
>   <b><plain>world</plain></b></i><plain>.</plain></p>

How about

 <p><>hello </><i><>sweet </><b><>world</></b></i><>.</></p>
 
>   <p>hello <i>sweet</i> <b>world</b>.</p>

 <p><>hello </><i><>sweet</></i><> </><b>world</b><>.</></p>

Actually, in keeping with the spirit of XML, what we probably need is
an in-the-instance way to signal that a site has element content, 
something along the lines of

<dl xml:ct='e'>

where possible values of ct (for Content Type) are 'e' for element
content, 'm' for mixed, and 'p' for pure #PCDATA.

No, I'm probably not serious; just waiting for a big slow index-build. -T.




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/ or CD-ROM/ISBN 981-02-3594-1
Please note: New list subscriptions now closed in preparation for transfer to OASIS.





More information about the Xml-dev mailing list