Hi thanks for ur prompt reply :)

>. What I imagine though is that your main.xsl stylesheet
> generates the HTML frameset with links to URLs that, in turn, generate
> HTML by running XSLT transformations on the server.

You are absolutely right. the url in the src of the frames are not exisintg
html files. But these html file requests are handled by the webserver  and
redirected to some other scripting files. And here it generates the html
code  from xsl file and xml tags using sablotron.
It has been quite ok until when a requirement came that, there is page with
three parts where the middle part only should be scrollable. But this is not
possible(as per my knowledge) if  i use this technique since this needs the
use of frames.

The keyword is 'the middle part only should be scrollable' without using
frames.

really fed up with it. :(

renjith

----- Original Message -----
From: "Erik Bruchez" <[EMAIL PROTECTED]>
To: "OXF Users" <[EMAIL PROTECTED]>
Sent: Tuesday, July 01, 2003 10:37 PM
Subject: Re: Help needed in xsl-frames


> Renjith,
>
> Your questions seems to be out of the scope of the OXF
> mailing-list. What I imagine though is that your main.xsl stylesheet
> generates the HTML frameset with links to URLs that, in turn, generate
> HTML by running XSLT transformations on the server. Keep in mind that
> the frameset is going to be interpreted by your Web browser: all the
> src attributes in the frameset must point to valid URLs on your
> server. For testing you can enter them by hand in your Web browser's
> URL bar.
>
> -Erik
>
> Renjith wrote:
>
>  > Hi
>  > xslt translation is being done on the server using sablotron engine
>  > renjith
>  >
>  > ----- Original Message -----
>  > From: "Erik Bruchez" <[EMAIL PROTECTED]>
>  > To: "OXF Users" <[EMAIL PROTECTED]>
>  > Sent: Tuesday, July 01, 2003 1:06 AM
>  > Subject: Re: Help needed in xsl-frames
>  >
>  >
>  >
>  >>Renjith,
>  >>
>  >>I am not sure your question is related to OXF:
>  >>
>  >>   http://www.orbeon.com/oxf/
>  >>
>  >>Are you trying to execute XSLT transformations within a Web browser,
>  >>or on a server?
>  >>
>  >>-Erik
>  >>
>  >>Renjith wrote:
>  >>
>  >> > Hi
>  >> >
>  >> > I got your name from a forum
>  >> >
>  >> > http://mail.orbeon.com/pipermail/oxf-users/2003-April/000140.html
>  >> >
>  >> > I have a problem. I would be so pleased if you could solve this
issue
>  >
>  > for me.
>  >
>  >> >
>  >> > I have 4 xsl files: top.xsl, results.xsl, bottom.xsl, and main.xsl.
>  >> >
>  >> > Here i have to use frame in the main.xsl file like
>  >> >
>  >> > <frameset rows="70,*,70" cols="*" framespacing="0" frameborder="YES"
>  >>border="1">
>  >> > <frame src="top.xsl" name="topFrame" scrolling="NO" marginwidth="0"
>  >>marginheight="0" >
>  >> > <frame src="results.xsl" name="mainFrame" scrolling="yes"
>  >
>  > marginwidth="0"
>  >
>  >>marginheight="0">
>  >> > <frame src="bottom.xsl" name="bottomFrame" scrolling="NO"
>  >
>  > marginwidth="0"
>  >
>  >>marginheight="0">
>  >> > </frameset>
>  >> >
>  >> >
>  >> > But it doesnt work. Can you suggest me some other way to do this.
>  >> >
>  >> > What i want exactly is the middle results part should be
>  >>scrollable(horizontal and vertical) but the whole window should remain
as
>  >
>  > it is.
>  >
>  >> >
>  >> > Thx in advance
>  >> >
>  >> >
>  >> > Renjith
>  >> > Light Office India
>  >> > Bangalore
>  >>
>  >>_______________________________________________
>  >>oxf-users mailing list
>  >>[EMAIL PROTECTED]
>  >>http://mail.orbeon.com/mailman/listinfo/oxf-users
>  >>
>  >
>  >
>  > _______________________________________________
>  > oxf-users mailing list
>  > [EMAIL PROTECTED]
>  > http://mail.orbeon.com/mailman/listinfo/oxf-users
>
>
> _______________________________________________
> oxf-users mailing list
> [EMAIL PROTECTED]
> http://mail.orbeon.com/mailman/listinfo/oxf-users
>

_______________________________________________
oxf-users mailing list
[EMAIL PROTECTED]
http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to