|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Frames and XSL
Hi
I need to add xsl files in the frame source.....does anyone done this before , if so please let me know how to do this..? <frameset rows="70,*,70" cols="*" framespacing="0" frameborder="YES" border="1"> <frame src="top.html" name="topFrame" scrolling="NO" marginwidth="0" marginheight="0" > <frame src="results.html" name="mainFrame" scrolling="yes" marginwidth="0" marginheight="0"> <frame src="bottom.html" name="bottomFrame" scrolling="NO" marginwidth="0" marginheight="0"> </frameset> Instead of the html files in the frame src i need to add xsl files... Thz in advance Sumesh |
|
#2
|
|||
|
|||
|
What I have done before is use the Tomcat servlet engine (http://jakarta.apache.org/tomcat/index.html) and set up a servlet to perform the transformation and return the HTML to standard out which would be the frame that called it. There is some setup and data structure necessary, but allows the user to be browser independent and perform the transformation server-side unlike IE.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > Frames and XSL |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|