transpect / htmltables

Replace colspan and rowspan with virtual cells
Other
1 stars 1 forks source link

Could you please indicate the license #3

Open MOZGUI opened 4 years ago

MOZGUI commented 4 years ago

This is a very useful solution, but I don't see the license file and don't know how I can use it.

gimsieke commented 4 years ago

The license of Andrew Welch’s orginal solution is unclear. We publish all transpect libraries with a BSD 2-clause license. So unless Andrew imposes contradicting licensing conditions, it is BSD 2-clause. I’ll add a file LICENSE.

A sample invocation is given in README.txt

In order for the XSLT processor to resolve the imports, you need an XML catalog with an entry like

<rewriteURI uriStartString="http://transpect.io/xslt-util/" rewritePrefix="path/to/xslt-util/"/>

and you need to check out https://github.com/transpect/xslt-util to that local path.

Alternatively, you can set up a full transpect project as described at http://transpect.github.io/tutorial.html, or you can just change the import URIs to relative/local paths.

Please understand that some knowledge of XSLT 2 is required to use this library.