Can anyone help regarding the availability of client-side XSLT in mobile HTML5 browsers? caniuse.com has nothing on it.
Is XSLT actually standardized across current
The only way to ensure that your XML is always properly transformed is to do it server-side. There are huge differences in compatibility for current desktop browsers, and mobile ones certainly don't do much better. Also, HTML5 has nothing to do with XSLT, since XSLT is not a replacement for HTML. XSLT is capable of generating almost any format that you need, including HTML, but it is not designed to represent data like HTML or XML are.