xsl-list
[Top] [All Lists]

Re: Web-sevices in xslt

2006-01-13 00:53:27
"António" == António Mota <amsmota(_at_)gmail(_dot_)com> writes:

    António> Hello:

    António> I've been googling for this, but the results i've got
    António> are not satisafactory
    António> (e.g. http://www.xml.com/pub/a/2004/12/01/tr.html),
    António> because they call the web-service as a URL with
    António> 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>