Subject: Re: Converting a string to a node set
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 23 Feb 2001 15:13:36 GMT
|
> But if it were supported I suspect it would be something more like:
the syntax of the data scheme (which is supported by netscape but not
IE)
is data: <mime type> , <data>
with mime type defaulting to text/plain
compare
data:,<h1>hello</h1>
and
data:text/html,<h1>hello</h1>
in netscape
the scheme is defined in one of the URI rfcs, now i wonder if
I can find which one... google to the rescue...
http://www.ietf.org/rfc/rfc2397.txt
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|