←back to thread

392 points _kush | 2 comments | | HN request time: 0.487s | source
Show context
fergie ◴[] No.44394408[source]
What is this "XSLT works natively in the browser" sourcery? The last time I used XSLT was like 20 years ago- but I used it A LOT, FOR YEARS. In those days you needed a massive wobbly tower of enterprise Java to make it work which sort of detracted from the elegance of XSLT itself. But if XSLT actually works in the browser- has the holy grail of host-anywhere static templating actually been sitting under our noses this whole time?
replies(10): >>44394475 #>>44394896 #>>44395079 #>>44395141 #>>44395223 #>>44395594 #>>44396076 #>>44396139 #>>44397002 #>>44399078 #
1. deanebarker ◴[] No.44396076[source]
> massive wobbly tower of enterprise Java to make it work

??

I was transforming XML with, like, three lines of VBScript in classic ASP.

replies(1): >>44397322 #
2. g8oz ◴[] No.44397322[source]
The MSXML parser was pretty darn solid.