Re: [xsl] Modern web site design with XML and XSLT

Subject: Re: [xsl] Modern web site design with XML and XSLT
From: Rob Belics <rob_belics@xxxxxxxxxxx>
Date: Sat, 02 Jan 2010 12:08:28 -0600
On Sat, 2010-01-02 at 18:50 +0100, Michael MC<ller-Hillebrand wrote:
> Am 02.01.2010 um 15:54 schrieb Rob Belics:
> 
> > I should add that I'm particularly interested in XSLT on the client
> > side.
> 
> Well, what benefits do you see?
> 
> You have to limit your users to certain browsers or test your application for all browsers not only for their HTML/CSS but also for their XSLT support.
> 
> You send out XML fields as well as your own custom XSL programming logic. Well, I love to learn from others for free...
> 
> Assuming your data source is XML already it is most likely not the kind of XML which can be transformed into HTML by a browser. It is more likely some stuff that shows some of your business logic. So you would have to transform this data-XML into some form of publishing-XML anyway. Why not have the step to publishing-HTML in the same process chain?
> 
> - Michael

The page displayed in the browser would be the same but only the
displayed data would change, as in my restaurant example. All the
surrounding elements would be the same, only the name of the for-sale
items, prices, descriptions, etc. would change. Such information would
be xml data and only that would need to be transferred from the server.

Current Thread