this post was submitted on 29 Mar 2026
117 points (97.6% liked)

Technology

83150 readers
3477 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
top 11 comments
sorted by: hot top controversial new old
[–] deegeese@sopuli.xyz 1 points 29 seconds ago

Who TF is still using XSLT?

Good riddance.

[–] Feyd@programming.dev 42 points 2 hours ago (1 children)

Chrome's team argues that because only about 0.02% of page loads use XSLT, it's not worth the maintenance burden.

Surely given the volume of browser usage, 0.02% is still a very substantial amount of usage. Lazy fucks

[–] Kushan@lemmy.world 28 points 2 hours ago (2 children)

I'm not entirely sure what the "maintenance burden" even is on a tech that hasn't changed in decades.

[–] halfapage@lemmy.world 9 points 1 hour ago

what burden? I thought burdens don't exist anymore thanks to the power of LLMs???

[–] floofloof@lemmy.ca 16 points 1 hour ago

From the article:

Google says it's removing XSLT to address security vulnerabilities. The underlying library that processes XSLT in Chrome (libxslt) is an aging C/C++ codebase with known memory safety issues. Chrome's team argues that because only about 0.02% of page loads use XSLT, it's not worth the maintenance burden.

It's debatable whether Google, with all its resources, really needs to do this, especially given that 0.02% of all page loads is still quite a lot. But there are certainly times when it's better to just delete seldom-used old code from your project to lower the maintenance burden and the surface area for attacks.

[–] bjoern_tantau@swg-empire.de 9 points 1 hour ago (1 children)

Xslt has nothing to do with RSS being available or not.

[–] confuser@lemmy.zip 8 points 1 hour ago (1 children)

It seems to have to do with how it looks formatting wise and not about availability or not, that is what is being meant.

[–] bjoern_tantau@swg-empire.de 3 points 1 hour ago (1 children)

That's just for those few websites that use their RSS feed as their content source. If they want to keep doing that they can just get a JavaScript library that provides XSLT functionality. The feed itself is untouched.

[–] _wizard@lemmy.world 2 points 51 minutes ago (1 children)

So things like newsbreak who ingest a sites feed then display?

[–] Serinus@lemmy.world 5 points 41 minutes ago

Should be fine. They don't have to use a browser to retrieve that feed.

[–] Clent@lemmy.dbzer0.com 9 points 2 hours ago

There are libraries that can polyfill this with almost zero effort. List should not effect any active site that offers rss feeds.