[
Lists Home |
Date Index |
Thread Index
]
- From: "Matthew Sergeant (EML)" <Matthew.Sergeant@eml.ericsson.se>
- To: "'Steve Muench'" <SMUENCH@us.oracle.com>, xml-dev@ic.ac.uk
- Date: Mon, 07 Jun 1999 18:24:41 +0200
> -----Original Message-----
> From: Steve Muench [SMTP:SMUENCH@us.oracle.com]
>
> I don't quite understand the comment about replacing
> a named temporary buffer for XML sent to me from a server
> by a namespace, but here's an example of posting an
> XML data island to a server:
>
The point of what I said about namespaces was that XML data islands
are non-standard, and IE only. What would be better (IMHO) than the ugly
non-standard bastardised HTML tag addition of Data islands would be a way of
accessing an individual namespace embedded within an xhtml document, so
instead of having:
<p>
Some xml below:
<xml id="myisland">
<root>
<node1/>
</root>
</xml>
</p>
You would have:
<p>
Some namespace scoped XML below:
<myisland:root>
<myisland:node1/>
</myisland:root>
</p>
See what I mean?
And then have some standardised (DOM) mechanism of accessing that
data. I know I've just opened up a huge kettle of fish here, so I'm going to
stand back as the worms spill out :)
Matt.
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)
|