[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] document() can not used in IE6?


Subject: Re: [xsl] document() can not used in IE6?
From: "M. David Peterson" <m.david@xxxxxxxxxxxxx>
Date: Sun, 01 Jul 2007 06:45:30 -0600

On Sat, 30 Jun 2007 11:52:05 -0600, Manfred Staudinger
<manfred.staudinger@xxxxxxxxx> wrote:

If you want to use a web-service (from Google or Yahoo or any) which
delivers XML and you want to process this XML clientside (in the
browser),
then you have to receive it via a proxy web-page from your domain to
avoid
cross-domain.

For example[1], which using [2,3,4] returns an XML representation of the JSON returned via Yahoo's traffic service.

Another example[5], which returns an XML representation of XML.com using
[6,7]

You can check out all of this via [8] and, using Mono or MS.NET, get this
running locally by running either [9] on Windows or [10] on Unix* (except
Mac, where running [11] from the command line directly seems to be
necessary)

[1]
http://personplacething.info/service/json-to-xml/?debug=true&uri=http://api.l
ocal.yahoo.com/MapsService/V1/trafficData?appid=EricBlogDemo&amp;city=Seattle
&amp;state=wa&amp;output=json
[2]
http://extf.googlecode.com/svn/trunk/WebApp/transform/model/json-to-xml.xslt
[3]
http://extf.googlecode.com/svn/trunk/WebApp/service/json-to-xml/service.op
[4] http://dnovatchev.spaces.live.com/blog/cns!44B0A32C2CCF7488!357.entry
[5]
http://personplacething.info/service/proxy/return-xml-from-html/?debug=true&u
ri=http://www.xml.com&xpath=/html
[6]
http://extf.googlecode.com/svn/trunk/WebApp/transform/controller/proxy/base.x
slt
[7]
http://extf.googlecode.com/svn/trunk/WebApp/service/proxy/return-xml-from-htm
l/service.op
[8] http://extf.googlecode.com/svn/trunk/WebApp
[9] http://extf.googlecode.com/svn/trunk/WebApp/start.xsp.console.bat
[10] http://extf.googlecode.com/svn/trunk/WebApp/start.xsp.console.sh
[11] mono ./bin/xsp2.exe --port 9999 --applications /:.

--
/M:D

M. David Peterson
http://mdavid.name | http://www.oreillynet.com/pub/au/2354 |
http://dev.aol.com/blog/3155


Current Thread
Keywords
xml