Re: [xsl] Document() function: GET vs. POST

Subject: Re: [xsl] Document() function: GET vs. POST
From: "Joe Fawcett" <joefawcett@xxxxxxxxxxx>
Date: Sat, 12 Nov 2005 10:52:11 -0000
----- Original Message ----- From: "bryan rasmussen" <rasmussen.bryan@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
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

Current Thread