This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: xslt on server-side vs. client-side


> Nathalie,
>
> Advantages.
> Speed of response.
> Less network traffic.
> Greater client control of style.
> Removal of workload from the server.
> Lower electricity bills.
>
> Disadvantages.
> Hmmmmm
> Ummmmm
> Lack of good xml/xslt aware clients.

Other possible disadvantages:
- Security (the client is able to see the whole XML document)
- Response time (if you have to send a big XML document that the user only
wants to see a small part of).

but these aren't usually a problem.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]