Re: How to build a frames using XSL

Subject: Re: How to build a frames using XSL
From: Eric van der Vlist <vdv@xxxxxxxxxxxx>
Date: Fri, 04 Feb 2000 10:56:43 +0100
Hi Nilay,

It depends on your architecture (client side XSL (which I have never
used ;), server side XSL with batch transformation or server side using
a servlet).

If you are doing batch server side transformation, you can create all
the html files involved in a frame with a single transformation using an
extension such as xt:document to output html in multiple documents.

If you are using a servlet, you'll receive a request for the frame and a
request for each document and you'll have to handle a transformation for
each of them (XSL doesn't change anything there).

Hope this helps.

Eric

Nilay.Shah@xxxxxxxxxxxxxxxxxxx wrote:
> 
> Hi,
> 
> I have a XML and with the help of XSL, I want to put create multiple frames
> and put the data in that.
> 
> How can I generate frames with the help of XSL?
> 
> Regards,
> Nilay.
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

-- 
------------------------------------------------------------------------
Eric van der Vlist                                              Dyomedea

http://www.dyomedea.com                          http://www.ducotede.com
------------------------------------------------------------------------


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


Current Thread