[
Lists Home |
Date Index |
Thread Index
]
- From: "Clark C. Evans" <clark.evans@manhattanproject.com>
- To: Marcus Carr <mrc@allette.com.au>
- Date: Tue, 11 Jan 2000 22:12:05 -0500 (EST)
Thanks for the feedback.
On Wed, 12 Jan 2000, Marcus Carr wrote:
> > Most of the XML DTD's that I've seen
> > are strictly hierarchical. Questions:
> >
> > 1. Are there any use cases besides HTML
> > for mixed content?
>
> Unquestionably.
Yep. I wasn't thinking. Sorry.
DocBook, etc.
> > 2. For modular XHTML, could a <xhtml:plain>
> > element be included that eliminates
> > the need for mixed-content?
>
> <p>hello <i>sweet</i> <b>world</b>.</p>
>
> ... might become:
>
> <p><plain>hello </plain><i><plain>sweet</plain></i>
> <plain> </plain><b><plain>world</plain></b><plain>.</plain></p>
>
Yes. It gets ugly quick.
Thanks!
Clark
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/ or CD-ROM/ISBN 981-02-3594-1
Please note: New list subscriptions now closed in preparation for transfer to OASIS.
|