Hacker News new | ask | show | jobs
by dinkelberg 214 days ago
If you want to keep XSLT in browsers alive, you should develop an XSLT processor in Rust and either integrate it into Blink, Webkit, Gecko directly, or provide a compatible API to what they use now (libxslt for Blink/Webkit, apparently; Firefox seems to have its own processor).
2 comments

There's no need; they already have a polyfill for XSLT I believe, they could ship that as part of the browser. Or compile libxslt to webassembly
> you should

or a multi-trillion dollar company should.

Fair point. But probably not going to happen...