[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: load-xquery-module(): Request for working code ex

Subject: Re: load-xquery-module(): Request for working code example of calling this standard XPath 3.1 function
From: "Dimitre Novatchev dnovatchev@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 7 Sep 2019 17:11:51 -0000
Re:  load-xquery-module(): Request for working code  ex
Thanks Martin.

Dimitre

On Sat, Sep 7, 2019 at 4:37 AM Martin Honnen martin.honnen@xxxxxx <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> Am 07.09.2019 um 04:00 schrieb Dimitre Novatchev dnovatchev@xxxxxxxxx:
> > Could someone please, provide a working code example of calling the
> > standard XPath 3.1 function  load-xquery-module() ?
> >
>
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>      xmlns:xs="http://www.w3.org/2001/XMLSchema"
>      xmlns:math="http://www.w3.org/2005/xpath-functions/math"
>      xmlns:functx="http://www.functx.com"
>      exclude-result-prefixes="xs math functx"
>      version="3.0">
>
>      <xsl:variable name="functx-module"
> select="load-xquery-module('http://www.functx.com', map {
> 'location-hints' :
> 'http://www.xqueryfunctions.com/xq/functx-1.0-doc-2007-01.xq' })"/>
>
>      <xsl:template name="xsl:initial-template" match="/">
>          <xsl:sequence
> select="$functx-module?functions(xs:QName('functx:word-count'))?1('This
> is a test.')"/>
>      </xsl:template>
>
> </xsl:stylesheet>
>
>
> is one of the first I tried. Requires Saxon EE.

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.