xsl-list
[Top] [All Lists]

Re: [xsl] HTTP request in XSLT 3

2019-03-29 08:26:49
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(_at_)gmail(_dot_)com 
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> 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(_at_)gmail(_dot_)com

XSL-List info and archive <http://www.mulberrytech.com/xsl/xsl-list>
EasyUnsubscribe <http://lists.mulberrytech.com/unsub/xsl-list/3206323> (by
email <>)

--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--
<Prev in Thread] Current Thread [Next in Thread>
  • [xsl] HTTP request in XSLT 3, Willem Van Lishout willemvanlishout(_at_)gmail(_dot_)com
    • Re: [xsl] HTTP request in XSLT 3, Martynas Jusevičius martynas@atomgraph.com <=