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

Reply via email to