[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

XSL transformation within an IFRAME

Subject: XSL transformation within an IFRAME
From: "Bryant, Jeff" <Jeff.Bryant@xxxxxxxxxx>
Date: Thu, 20 Sep 2001 10:53 -0500
xsl session
Guys,

This question is probably more about html than XSL but then again it may not 
be.  

On an html page we are trying to include an iframe who's source points to an 
XML file.  The target browser is IE 5+, and we have applied SP1 to MSXML.

Here's some code snippets-

<iframe src="session.xml" marginwidth="0px" marginheight="0px" width="100%" 
frameborder="0" scrolling="no"></iframe>


session.xml 
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="xsl/session.xsl"?>
<session>
 ...
</session>


session.xsl
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 <xsl:template match="/">
  ...
 </xsl:template>
</xsl:stylesheet>



The problem that we are experiencing is that output of the XSL/XML translation 
does not fill the entire iframe area.  There is a border around the content.   
The reason we believe this is an issue with the XSL parser is that when 
replacing the src element with any other target, everything displays as 
expected. 

any ideas?



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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.