Info
Version: | 1.1.28 |
Author(s): | libxslt contributors |
Last Update: | Friday, June 28, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/coapp-packages/libxslt |
NuGet Url: | https://www.nuget.org/packages/libxslt |
Install
Install-Package libxslt
dotnet add package libxslt
paket add libxslt
libxslt Download (Unzip the "nupkg" after downloading)
Dependencies
- libxslt.redist(1.1.28.0)
Tags
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. This library is free software and can be reused in commercial applications
Homepage: http://xmlsoft.org/XSLT/.