Y
Hacker News
new
|
ask
|
show
|
jobs
by
ruined
302 days ago
XSLT is often used on low-power IOT devices which don't have the resources to render server-side
1 comments
otterley
302 days ago
What are those low-power devices (can you identify any?) doing with XSLT, then? If they don't have the power to do the transformation, it seems pointless for them to possess the template needed to perform the process.
link
ruined
302 days ago
that's why they use XSLT. the whole point is that rendering happens in on the client.
you can find discussion in the several other recent XSLT threads
link