Subject: Re: Web-sevices in xslt
From: António Mota <amsmota@xxxxxxxxx>
Date: Sat, 14 Jan 2006 18:25:00 +0000
|
Yes, but the problem is that i wanted to do that from a browser, no
extension function available.
So i think it's just not possible, but i wonder how a originally web
oriented technology like XSL has no way to call web-services...
I'm still looking a REST, but for now i just do it with Javascript...
Thanks.
----------------------------------------------------------------------
Date: 13 Jan 2006 07:53:27 +0000
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Subject: Re: Web-sevices in xslt
Message-ID: <m3ek3csgw8.fsf@xxxxxxxxxxxxxxxxxx>
>>>>> "Antsnio" == Antsnio Mota <amsmota@xxxxxxxxx> writes:
Antsnio> Hello:
Antsnio> I've been googling for this, but the results i've got
Antsnio> are not satisafactory
Antsnio> (e.g. http://www.xml.com/pub/a/2004/12/01/tr.html),
Antsnio> because they call the web-service as a URL with
Antsnio> parameters.
If you need to POST data and get a document back, then you will want
an extension function along the lines of:
my-extension:post-and-get ($uri as xs:string?, $post-data as
document-node()?) as document-node()?
--
Colin Adams
Preston Lancashire
|