|
|
|
|
|
by jopsen
299 days ago
|
|
Isn't this something that could be implemented using javascript? I don't think anyone is arguing that XSLT has to be fast. You could probably compile libxslt to wasm, run it when loading xml with xslt, and be done. Does XSLT affect the DOM after processing, isn't it just a dumb preprocessing step, where the render xhtml is what becomes the DOM. |
|
The first strategy is obviously correct, but Google wants strategy 2.