Server
-
Side Transformation
•
A server receives a request from a client to generate the result document. The server applies the style sheet to the source document and returns the result document to the client, often as a new file.
•
Advantage
-
client does not need an XSLT processor
•
Disadvantage
-
heavy load on a server as it attempts to handle transformation requests from multiple clients