libxslt/README.md

6 lines
229 B
Markdown
Raw Normal View History

2024-01-06 06:14:31 +01:00
# libxslt
This C library allows to transform XML files into other XML files (or HTML, text, ...) using the standard XSLT stylesheet transformation mechanism.
The xsltproc command is a command line interface to the XSLT engine.