An open API service indexing awesome lists of open source software.

https://github.com/openlibhums/liquidxslt

Allows a journal to setup new XSL templates based on the core ones.
https://github.com/openlibhums/liquidxslt

janeway-plugin

Last synced: 4 months ago
JSON representation

Allows a journal to setup new XSL templates based on the core ones.

Awesome Lists containing this project

README

          

# liquidxslt

The liquidxslt plugin lets you edit existing XSL stylesheets and generate new XSL stylesheets based on existing versions. When creating an XSL template, an import statement is included for the existing stylesheet. Using `` over `` means that you can easily override matches as the importing sheet has higher presendence than the imported sheet.

## example
The follwing stylesheet is based on the 1.4 default XSL file.
```

```