logoalt Hacker News

thechaoyesterday at 1:19 PM2 repliesview on HN

Can you name a non-Saxon XSLT processor? I'd really like one. Preferably, open-source.


Replies

jraphyesterday at 3:40 PM

- Browsers are XSLT (1.0) processors.

- Xee: https://github.com/Paligo/xee

- xrust: https://docs.rs/xrust/latest/xrust/xslt/

- XJSLT (compiles XSLT to JS): https://github.com/egh/xjslt

Xee is WIP AFAIK and I don't know the maturity of xrust and XJSLT.

show 1 reply
badmintonbasebayesterday at 3:17 PM

I only know libxslt, but it's XSLT 1.0 and some of EXSLT. I don't recommend.