colinramsay.co.uk

XSLT in Javascript

23 Jun 2005

Thank you Google. Your lovely little library lets us do client side XSLT transforms independent of the core browser tech.

Why? Because XML is a great way of transmitting small datasets, and if you're using AJAX tech.... oohh... Send XML back to the client and let them worry about the UI stuff.

Feedback or questions on this post? Create an issue on GitHub.