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]

Re: efficient XML & XSL -> HTML solution


Static html will always be faster - period

Depends what you mean by efficient. If efficient means the fastest delivery
of the page to the client then static html will be best. If you mean for
development purposes then dynamic (maybe cocoon or your own servlets) would
be best.

Why not use something like cocoon during devlopment and then when you are
ready to go to QA (and later stages of deployment) switch over to
pregenerated html.


----- Original Message -----
From: <skhurshid@tripod.com>
To: <xsl-list-digest@lists.mulberrytech.com>
Sent: Friday, March 16, 2001 12:39 PM
Subject: [xsl] efficient XML & XSL -> HTML solution


>
>
> Hi,
> I need an efficient solution for putting together XML & XSL
> and serving it out as HTML. It seems like the most efficient
> way would be to generate static HTML from the XML & XSL
> and then serve it out from my Web Server. Or I could use
> mod_xslt for Apache or Cocoon to put these together dynamically
> (i.e. just before the page is served out).
> Since I don't need to put them together dynamically, I'm reluctant
> to do this. On the other hand it would be nice not to have
> to generate the html every time the XML or XSL changes.
> Has anyone tried mod_xslt ? How efficient is it (compared to
> serving straight HTML) ? Does it use caching to speed things
> up (perhaps check the timestamp on the XML & XSL files instead
> of blindly generating the HTML for every request) ?
> Any advice would be greatly appreciated.
> Thanks :-)
> -Sher
>
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 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]