Re: Yet Another V2 Request: Extension Functions via XSLT 2

Alex Milowski <alex@milowski.com> writes:
>
> What does the namespace attribute do over the namespaces use in the XQuery?

You have to know the namespace of the functions. It boils down to
something like

  import module f="namespace uri";

For reasons I've never investigated, in order to import a query
module, you have to know what namespace the query module declares.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh
Lead Engineer
MarkLogic Corporation
Phone: +1 512 761 6676
www.marklogic.com

Received on Thursday, 8 August 2013 19:50:44 UTC