Re: [xsl] Hints on http POST

Subject: Re: [xsl] Hints on http POST
From: "Michael Kay mike@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 2 Feb 2018 18:49:48 -0000
> On 2 Feb 2018, at 18:04, C. Edward Porter cep@xxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> Wendell,
>
> If youbre using Saxon, you could write a simple class to do the HTTP
request and return the results. Therebs a stack overflow thread on
this:https://stackoverflow.com/questions/12761744/call-java-instance-methods-
in-xslt
<https://stackoverflow.com/questions/12761744/call-java-instance-methods-in-x
slt>
>
>

It might be easier to write a URIResolver and then do the access with the
doc() function - and that will work with Saxon-HE as well.

Michael Kay
Saxonica

Current Thread