←back to thread

392 points _kush | 1 comments | | HN request time: 0.399s | source
Show context
ryoshu ◴[] No.44394171[source]
Blizzard uses/used XSLT for WoW.
replies(1): >>44394224 #
calmbonsai ◴[] No.44394224[source]
Was that before/after the LUA adoption?
replies(1): >>44394254 #
shakna ◴[] No.44394254[source]
Before. And after.

XSLT controls the styling, Lua the running functions. When Lua adjusts a visible thing, it generates XSLT.

"FrameXML" is a thin Lua wrapper around the base XSLT.

replies(1): >>44402551 #
1. calmbonsai ◴[] No.44402551[source]
WoW...literally and figuratively! Thanks for background. That explains some error messages I got waaaaaay back in the day.