▲ | fergie 5 days ago | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Its a shame that xslt seems to be struggling so much at the moment. If xslt 3 support was fully implemented in libxml2 (and therefore xsltproc and browsers) then it would be by far the most sensible option for designing anything to do with getting text onto the web. * XSLT is still the only native templating option for HTML pages that runs natively in the browser (but just now you are limited to XSLT v1.0 which as a number of drawbacks and limitations) * XSLT/XML is still best at text markup. In particular interpolation. There is no simple way to represent marked up text in, say, JSON. * Content federation (atom, rss) is still very dependent on XML. Surely somebody somewhere has money to pay for a greybeard to fix XSLT for us? It seems far to fundamental to be left to wither on the vine. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | omcnoe 5 days ago | parent [-] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rather than struggling/withering, it's actively being killed. Efforts are underway to completely remove XSLT support from browsers, due to the poor state of libxml2 and a lack of any new maintainer stepping up. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|