Jump to content

Libxslt: Difference between revisions

From EDM2
Redirected page to Libxml2
 
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
#REDIRECT [[Libxml2]]
[[Libxml2]] was originally developed alongside a XSL Transformations (XSLT) parser [[C]] library originally called '''xslt library''' but later renamed "Libxslt". It was in most cases ported alongside Libxml2 and released in conjunction with it. As XSLT turned out to be much less used than was intended this practice stopped and development and ports of it have slowed down considerably, but a reasonably modern OS/2 port exists. Like Libxml2 there is also a Python version available although in source form only as no-one has compiled an OS/2 version of it.
 
See also: [[Libxml2]]
 
;Versions
* [ftp://xmlsoft.org/libxml2/os2/libxslt-1.1.15.os2.zip Libxslt v1.1.15] (2006-08-17)
* Libxslt v1.1.29 (2016-05-24)
 
==Links==
*[http://xmlsoft.org/XSLT/ libxslt]
 
[[Category:C Libraries]]

Latest revision as of 10:32, 1 September 2018

Libxml2 was originally developed alongside a XSL Transformations (XSLT) parser C library originally called xslt library but later renamed "Libxslt". It was in most cases ported alongside Libxml2 and released in conjunction with it. As XSLT turned out to be much less used than was intended this practice stopped and development and ports of it have slowed down considerably, but a reasonably modern OS/2 port exists. Like Libxml2 there is also a Python version available although in source form only as no-one has compiled an OS/2 version of it.

See also: Libxml2

Versions

Links