Y
Hacker News
new
|
ask
|
show
|
jobs
by
zekenie
266 days ago
Not the same but this gives me an idea… what if there was a map reduce for doms as a web primitive. Like imagine if I could make a dom (or feed) that was some selection and transformation of another dom
3 comments
onedognight
266 days ago
You have just re-invented XLST.
link
Pfeil
266 days ago
Related discussion to remove XSLT from the web platform:
https://github.com/whatwg/html/issues/11523
link
pimlottc
266 days ago
*XSLT
link
1-more
266 days ago
https://www.w3schools.com/xml/tryxslt.asp?xmlfile=cdcatalog&...
give it a whirl!
link
jeroenhd
262 days ago
In the days of XHTML, XSLT would be exactly what. The modern web equivalent would require XSLT but for HTML/SGML (SGSLT?).
link