Hi, I am working on a webpage and I use XSLT as template engine.
I only send XML and the XSLT file to the requester and let the receiver's browser render it in HTML.
I would like to know how I could GZip the XSL Stylesheet and maybe the XML I'm sending to the requester.
Thank you in advance.