HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bilog

no profile record

comments

bilog
·8 months ago·discuss
Their business model is selling ads. They don't give a rats ass about the open web.
bilog
·8 months ago·discuss
XML source + XSLT can be considerably more compact than the resulting transformation, saving on hosting and bandwidth.
bilog
·11 months ago·discuss
Can CSS be used to produce plots from XML data?

https://wok.oblomov.eu/tecnologia/plotting-xslt/

https://wok.oblomov.eu/tecnologia/plotting-sparklines-xslt/
bilog
·11 months ago·discuss
For one, in many cases the XML + XSLT is more compact than the rendered output, so there are hosting and bandwidth benefits, especially if you're transforming a lot of XML files with the same XSLT.
bilog
·11 months ago·discuss
There's even a JS implementation of XSLT 3.0 already (SaxonJS).
bilog
·11 months ago·discuss
Because those neglecting it are the same that want to remove it. So it's not “we want to remove it because it's neglected”, but “we want to remove it so we'll neglect it”. This is a pretty standard M.O. for the destruction of the commons.

If you look at the WHATWG GH issue, you'll see that two distinct, modern, maintained implementations of XSLT, one of which in Rust (so considerably less likely to be affected by memory bugs) have been proposed as alternatives to what's currently used in WebKit and Blink. The suggestions has been ignored without a motivation, because the neglect is the point.
bilog
·11 months ago·discuss
Also, fun fact, XSLT 3 relies on XPath 3.1 which can also handle JSON.
bilog
·11 months ago·discuss
Most of the issues of using client-side XSLT is that browsers haven't updated their implementations since v1 nor their tooling to improve debugging. Both of these issues are resolved improving the implementations and tooling, as pointed out by several commenters on the GH issue.