[
Lists Home |
Date Index |
Thread Index
]
- From: Tim Bray <tbray@textuality.com>
- To: xml-dev@ic.ac.uk
- Date: Thu, 09 Sep 1999 16:55:37 -0700
At 01:24 AM 9/10/99 +0200, Sebastian Schnitzenbaumer wrote:
>HTML is a damn useful vocabulary after all. Designing a completely
>new XML language is often the only way. But sometimes, a new
>application is rather a mixture of the features that HTML (or a
>subset of HTML) already provides together with entirely new
>features. In this case, one would re-use a subset of HTML in a new
>XML language, forming a new XHTML family member.
Exactly. I suspect that 100% of the readers of this list agree 100%
with this contention. In fact, this is already happening - people
are stealing chunks of HTML tags in other XML languages. Good design,
IMHO.
But, if I want, in my own XML language, to use an HTML table here and
an HTML hyperlink there, it seems to me the most natural thing in
the world to do this:
<myRootElement xmlns:html="the-namespace-URI-for-HTML">
<myTag> ...
<myOtherTag> ...
<html:a href="adsafa;dfs">sfasafsdj</html:a>
<yetAnotherTagOfMine> ...
<html:table>
<html:tr>...</html:tr></html:table>
</myRootElement>
why on earth would I want different namespaces for all these different
HTML modules? There is no possibility of collisions since they're
all from HTML. -Tim
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)
|