According to Google trends, XSLT is declining fast: http://www.google.com/trends?q=xslt If we extrapolate it as straight line, it will reach zero in 3 years (though it's probably curving, so it will asymptote to zero).
XML itself is also declining, at a similar rate, but seems to have leveled off a lot already: http://www.google.com/trends?q=xml
Is it simply that XML is used less, and so XSLT is also used less? e.g. the tasks formerly performed by XML are now done in other ways (like JSON for webapps).
Perhaps it's just that XSLT has stopped growing, and most XSLT users have become experts by now, who don't need to google as much to learn about it? Or perhaps they do it within another tool (like XMLSpy), which has adequate documentation built in?
Or is it that the transformation tasks that XSLT performed have been absorbed into other products, and so become invisible to most users?
What tools are now being used to transform XML data, instead of XSLT?