Posting Data Islands
Matthew Sergeant (EML)
Matthew.Sergeant at eml.ericsson.se
Mon Jun 7 18:28:04 BST 1999
> -----Original Message-----
> From: Steve Muench [SMTP:SMUENCH at 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 at 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 at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list