The xtpxlib-common component contains the following XSLT Stylesheets:
Module/Pipeline | Description |
---|---|
get-system-properties.xsl | Gets all the XSLT available system properties (as returned by system-property() ). |
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. |
get-system-properties.xsl
File: xsl/get-system-properties.xsl
Gets all the XSLT available system properties (as returned by system-property()
).
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.