The xtpxlib-common component contains the following XSLT Stylesheets:
Module/Pipeline | Description |
---|---|
expand-macro-definitions.xsl | This is a driver for the xtlc:expand-macro-definitions template in xslmod/macrodefs.mod.xsl . |
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. |
expand-macro-definitions.xsl
File: xsl/expand-macro-definitions.xsl
This is a driver for the xtlc:expand-macro-definitions
template in xslmod/macrodefs.mod.xsl
.
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.