top | item 45873938

(no title)

itsgrimetime | 3 months ago

When you have 70+% browser market share, stopping support for something _is_ killing it.

discuss

order

eXpl0it3r|3 months ago

It is misleading in so far that XSLT is an independent standard [1] and isn't owned by Google, so they cannot "kill it", or rather they'd have to ask W3C to mark it as deprecated.

What they can do is remove support for XSLT in Chrome and thus basically kill XSLT for websites. Which until now I didn't even know was supported and used.

XSLT can be used in many other areas as well, e.g. for XSL-FO [2]

[1] https://www.w3.org/TR/xslt-30/ [2] https://en.wikipedia.org/wiki/XSL_Formatting_Objects

James_K|3 months ago

You say they cannot kill it, and yet they are about to. We'll see who wins, reality or your word games.

mortarion|3 months ago

I don't think XSLT was invented for the purpose of rendering XML into HTML in the first place. Perhaps it never should have been introduced in browsers to begin with?

vbezhenar|3 months ago

XSLT was invented to transform one XML document to another XML document.

Browser can render XHTML which is also a valid XML.

So it's pretty natural to use XSLT to convert XML into XHTML which is rendered by browser. Of course you can do it on the server side, but client side support enables some interesting use-cases.

righthand|3 months ago

Wrong. Can you dissenters at least provide proof of your nonsense lies? XSLT is apart of the HTML standard.

aaronrobinson|3 months ago

Are you aware that XSLT is mostly used outside the browser?