Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Author Topic: XSLT linux  (Read 3251 times)

Weaver

  • Senior Kitizen
  • ******
  • Posts: 11459
  • Retd s/w dev; A&A; 4x7km ADSL2 lines; Firebrick
XSLT linux
« 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?
Logged

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43467
  • Penguins CAN fly
    • DSLstats
Re: XSLT linux
« Reply #1 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
Logged
  Eric

petef

  • Reg Member
  • ***
  • Posts: 135
Re: XSLT linux
« Reply #2 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
Logged
 

anything