Re: [xsl] Web-sevices in xslt

Subject: Re: [xsl] Web-sevices in xslt
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: 13 Jan 2006 07:53:27 +0000
>>>>> "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

Current Thread