Kitz Forum

Computer Software => Linux => Topic started by: Weaver on April 02, 2016, 03:55:13 AM

Title: XSLT linux
Post by: Weaver on April 02, 2016, 03:55:13 AM
Where do I find a fast, solid XSLT 1.0 engine for Linux?

What extension function languages are supported? (I have been using the Microsoft MSXML6 engine which supports the writing of extension functions in JavaScript which is incredibly useful.)

Similarly what about common XML utility libraries, such as an XML parser, validator?
Title: Re: XSLT linux
Post by: roseway on April 02, 2016, 07:13:21 AM
I've no experience of using these, but the Linux world is awash with XML utilities and libraries, for example http://www.microhowto.info/howto/process_an_xml_document_using_an_xslt_stylesheet.html
Title: Re: XSLT linux
Post by: petef on April 02, 2016, 08:58:34 AM
libxml2 and libxslt are pretty solid and widely used. http://xmlsoft.org/libxslt/

I usually drive them from lxml in Python. http://lxml.de/xpathxslt.html