xsl-list
[Top] [All Lists]

Re: Document() function: GET vs. POST

2005-11-12 01:04:20
"Brian" == granam  <granam(_at_)shaw(_dot_)ca> writes:

    Brian> The Document() function can do an HTTP GET.

Your assertion is far too strong.

Try: The Document() function might result in an HTTP GET
        being performed.
Then add: This is most likely to happen if the URI is an http scheme
        URI, but it might not happen for such a URI, and it might
        happen for other URI schems.

    Brian> Could it do an HTTP POST?

Yes.
    
    Brian> It would be quite useful to be able to interact with web
    Brian> services which use a more complex HTTP POST interface.  Can
    Brian> this be done, or is that possibly something for the future?

I presume you meant to say:

"Do any XSLT processors do this now, or is that possibly something for
the future?"

In which case my answers would be:

1) Not that I know of, and
2) This is of course possible - depending on what you mean by
interact.

You can probably right a URI resolver to do this.
-- 
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>
--~--