Revision [1304]
This is an old revision of ModuleFunctx made by DavidLee on 2010-03-17 16:49:23.
functx XQuery module
The popular "functx" XQuery module is built into xmlsh.
To access this module you must import it but do not need to give a location hint ("at").
e.g.
import module namespace functx = 'http://www.functx.com' ;
For example, the xtype command is implemented in part with this script
xquery -q <{{
import module namespace functx = 'http://www.functx.com' ;
declare variable $A external ;
functx:sequence-type($A)
}}> -v A $1