alcamo / xsl
XSLT library mainly for creating human-readable output
Installs: 203
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:XSLT
pkg:composer/alcamo/xsl
Requires
- php: 7.3 - 8.0
Requires (Dev)
- alcamo/cli: ^0.6
- alcamo/dom: ^0.13
- phpunit/phpunit: ^9.5
- ramsey/uuid: ^4.2
- squizlabs/php_codesniffer: 3.*
- dev-master
- 0.8.0
- 0.7.0
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.15
- 0.5.14
- 0.5.13
- 0.5.12
- 0.5.11
- 0.5.10
- 0.5.9
- 0.5.8
- 0.5.7
- 0.5.6
- 0.5.5
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.20
- 0.4.19
- 0.4.18
- 0.4.17
- 0.4.16
- 0.4.15
- 0.4.14
- 0.4.13
- 0.4.12
- 0.4.11
- 0.4.10
- 0.4.9
- 0.4.8
- 0.4.7
- 0.4.6
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.0
- 0.2.15
- 0.2.14
- 0.2.13
- 0.2.12
- 0.2.11
- 0.2.10
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1
This package is auto-updated.
Last update: 2026-01-09 15:51:21 UTC
README
On the one hand, this package supplies a command-line XSLT processor
in bin/apply-xsl. It supports some of the options of xsltproc and
offers additional features. The main advantages over xsltproc are:
- The syntax
apply-xsl <xslFilename> <xmlFilename>works as expected also when<xslFilename>contains itself a stylesheet processing instruction (for documentation purposes). - The sysntax
apply-xsl -o %s-result.xml foo.xsl bar.xml baz.xml qux.xmlcan be used to created in one runbar-result.xml,baz-result.xmlandqux-result.xml. - If is possible to use PHP functions in the XSL code.
See bin/apply-xsl --help for details.
XSL library
The xsl directory contains a library of XSL files with a number of
(mainly simple) multi-purpose templates.
In addition, it contains xsd.xsl and xsl.xsl which can be used to
generate HTML documentation from XSD and XSL files.