alcamo/xsl
Composer 安装命令:
composer require alcamo/xsl
包简介
XSLT library mainly for creating human-readable output
关键字:
README 文档
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.
统计信息
- 总下载量: 217
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2023-04-20