8c8cb32a53
Changelog: https://gitlab.gnome.org/GNOME/libxslt/-/releases#v1.1.35 I'd like to thank both tcberner and mandree for reviewing, suggesting improvements and helping out in general. I'd also like thank antoine for doing exp-runs. PR: 262288 Reviewed by: tcberner, mandree Approved by: desktop (tcberner) Differential Revision: https://reviews.freebsd.org/D34384 Exp-run by: antoine
10 lines
508 B
Text
10 lines
508 B
Text
Libxslt is the XSLT C library developed for the GNOME project. XSLT itself is
|
|
a an XML language to define transformation for XML. Libxslt is based on
|
|
libxml2, the XML C library developed for the GNOME project. It also implements
|
|
most of the EXSLT set of processor-portable extensions functions and some of
|
|
Saxon's evaluate and expressions extensions.
|
|
|
|
People can either embed the library in their application or use xsltproc the
|
|
command line processing tool.
|
|
|
|
WWW: https://gitlab.gnome.org/GNOME/libxslt/
|