Top
Best
New

Posted by _kush 6 days ago

XSLT – Native, zero-config build system for the Web(github.com)
392 points | 324 commentspage 7
captn3m0 6 days ago|
I use XSLT to generate a markdown README from a Zotero export XML file. It works well, but some simple things become much harder - sorting, counting, uniqueness.

https://github.com/captn3m0/boardgame-research

It also feels very arcane - hard to debug and understand unfortunately.

noisy_boy 5 days ago||
I used XSLT in the past for trade message transformation from one format of XML (produced by an upstream system) to another (used by the downstream consuming system). It works reasonably well for not overly complex stuff but debugging things are a pain once the complexity increases. Prefer to not do that again.
_def 6 days ago||
We've come full circle again. Yes this works great since many years, XML is just so much clutter.
kome 6 days ago|
clutter? i find it MUCH more elegant and simple, but conceptually and practically, than the absolute clown-car of modern js driven web, css frameworks hacks, etc etc
smackeyacky 6 days ago||
It’s weird to see the hate for xslt. I loved it, but maybe I just like stack based languages.
p2detar 6 days ago||
I have last used XSLT probably about 2 decades ago. Back then XML was king. Companies were transferring data almost always using XML and translating it to a visual web-friendly format with XSLT was pretty neat. Cool tech and very impressive.
FjordWarden 6 days ago||
You don't even need XML anymore to do XML, "thanks" to iXML where you can provide a grammer of any language and have that work as if you are working with XML. Not saying that is a good idea though.
bokchoi 5 days ago|
Invisible XML? https://www.w3.org/community/reports/ixml/CG-FINAL-ixml-2023...

This is the first I've seen it. Interesting...

michaelsbradley 5 days ago||
Grug-speak is really not that endearing, could do without it entirely, maybe that’s just me. But exploration of old-ish ideas years after their hype cycles can be worthwhile indeed!
fkyoureadthedoc 5 days ago|
Yes, one line of it would be plenty. I didn't make it past the second paragraph, and don't care enough about the content to let ChatGPT make it less annoying.
hamdouni 6 days ago||
Still maintaining an e-commerce site using XML/xslt and Java/servlet... Passed easily each wave of tech and survived 2 databases migrations (mainframe/db2 => sqlserver => ERP)
HexDecOctBin 6 days ago||
me busy fixing asan, "illegal instruction", blah blah blah, me sad and frustrated, much scowling.

me come to hn, see xml build system, me happy, much smiling, me hit up arrow, me thank good stranger.

7bit 6 days ago|
Dear God the writing style on that article
tgma 6 days ago|
https://packages.grpc.io is an XML page styled with XSLT updated by a bash script in CI
More comments...