[
Lists Home |
Date Index |
Thread Index
]
- From: "Clark C. Evans" <clark.evans@manhattanproject.com>
- To: xml-dev@ic.ac.uk
- Date: Tue, 11 Jan 2000 19:32:47 -0500 (EST)
Yes. More 'fundamental' questions... sorry.
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?
2. For modular XHTML, could a <xhtml:plain>
element be included that eliminates
the need for mixed-content?
<p>hello<b>world</b></p>
becomes
<p><plain>hello</plain>
<b><plain>world</plain></b>
</p>
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.
|