The xtpxlib-common component contains the following XSLT Stylesheets:

Module/PipelineDescription
get-system-properties.xslGets all the XSLT available system properties (as returned by system-property()).
xslmod2xqmod-stub.xslThis stylesheet translates an XSLT module (in xtpxlib "style") into a stub for an XQuery Module. After this you still need to hand-edit it to make it all work.

5.1 XSLT (2.0): get-system-properties.xsl

File: xsl/get-system-properties.xsl

Gets all the XSLT available system properties (as returned by system-property()).

5.2 XSLT (2.0): xslmod2xqmod-stub.xsl

File: xsl/xslmod2xqmod-stub.xsl

This stylesheet translates an XSLT module (in xtpxlib "style") into a stub for an XQuery Module. After this you still need to hand-edit it to make it all work.

See as an example href.mod.xsl. Large parts of this module were turned into XQuery by this stylesheet. The result (edited after this initial conversion) is in the xqmod directory of this component.