Hi Bill here in iframes too, i have to give the src tag value, which infact will be fake in our case. this request is being redirected by webserver to another php file which generates the html code using sablotron+xslfile technique. Here I have three xsl files and i am generating only one html file with these three files using 'call-template'. i.e. i am using only one html page request for the whole page (cant use different html tags for different frame src).The script corresponding to this request will internally combine the above said three xsl files and produce the html code. So there i do not find the possibility of including frames :(
I hope u understood my problem . Renjith ----- Original Message ----- From: "bill french" <[EMAIL PROTECTED]> To: "OXF Users" <[EMAIL PROTECTED]> Sent: Wednesday, July 02, 2003 11:05 AM Subject: Re: Help needed in xsl-frames > renjith, > > i think you'll find the answer to your question here: > http://www.htmlhelp.com/reference/html40/special/iframe.html > > that said, this is a forum about oxf, a platform for software > development using xml processors and pipelines. we do not discuss html. > there's a usenet group called: comp.infosystems.www.authoring.html -- > which you can find here: > http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF- > 8&group=comp.infosystems.www.authoring.html . this would be a more > appropriate forum for html-related questions. > > i hope you find your solution, > > --bill > > On Tuesday, July 1, 2003, at 09:44 PM, Renjith wrote: > > > 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 > > _______________________________________________ > 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
