xsl-list
[Top] [All Lists]

Re: Document() function: GET vs. POST

2005-11-12 03:52:11
----- Original Message ----- From: "bryan rasmussen" <rasmussen(_dot_)bryan(_at_)gmail(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Saturday, November 12, 2005 9:19 AM
Subject: Re: [xsl] Document() function: GET vs. POST


actually I don't see how one could reasonably write a resolver for
http posts, given that one would still want to do http gets. how would
one differentiate between the two? try first as a get, then fall back
to a post? I think to do post basically one would have to do  an
extention function.

Cheers
Bryan Rasmussen

Well normally you'd use a separate protocol to specify that a post was needed.
document("httpPost:://.....

Joe Fawcett
--~------------------------------------------------------------------
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>
--~--