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.
- Host: GitHub
- URL: https://github.com/openlibhums/liquidxslt
- Owner: openlibhums
- Created: 2022-03-11T10:59:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T09:31:27.000Z (over 2 years ago)
- Last Synced: 2024-08-20T13:12:46.571Z (almost 2 years ago)
- Topics: janeway-plugin
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.
```
```