Re: [xsl] HTTP request in XSLT 3

Subject: Re: [xsl] HTTP request in XSLT 3
From: "Martynas Jusevičius martynas@xxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 29 Mar 2019 13:26:42 -0000
The most basic is doc() function
https://www.w3.org/TR/xpath-functions-31/#func-doc

On Fri, Mar 29, 2019 at 12:06 PM Willem Van Lishout
willemvanlishout@xxxxxxxxx <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> Hi,
>
> I was wondering what the currently accepted way is of performing a basic
> HTTP request in XSLT.
>
> I found some references to the EXPath http-client module (see
> https://github.com/fgeorges/expath-http-client-java), but I can't seem to
> get it to work. The samples refer to a stylesheet located at "
> http://expath.org/ns/http-client.xsl";, but I get a 404 when trying to
> reach it.
>
> Does this still work or will I have to write my own extension function (or
> perhaps XSLT 3.0 / Saxon have made it easier in the course of time?)
>
> Thanks.
>
> Willem Van Lishout
> willemvanlishout@xxxxxxxxx
>
> XSL-List info and archive <http://www.mulberrytech.com/xsl/xsl-list>
> EasyUnsubscribe <http://lists.mulberrytech.com/unsub/xsl-list/3206323> (by
> email <>)

Current Thread