AFAIK, this is a bug in Internet Explorer who expects something like this <iframe .....></iframe>
IE makes an error on <iframe/>


I ended up making that file in plain html and use map:read on it.

On 16 Mar 2005, at 14:17, Roberto Marra wrote:

Hi all,
I made an xsl file to transform an xml file, this xsl file got inside this:
...
<iframe src="html\iframe.htm" name="anything" width="100%" height="100%" scrolling="yes"/>
...
</html>
 
the sitemap is:
 
<map:match pattern="**.htm"><map:read src="{1}.htm"/></map:match>


 
if I test the xsl with xmlspy it works, I mean it open a window with the file iframe.htm, if I run everything with cocoon dosn't work, I don't see anything, but I don't have any error in log file. The access.log file say that:
 
INFO    (2005-03-16) 14:11.04:487   [access] (/mf/html/iframe.htm) PoolThread-4/CocoonServlet: 'mf/html/iframe.htm' Processed by Apache Cocoon 2.1.5.1 in 10 milliseconds.
Interesting is that with mozilla it works.
 
Any suggestion?
Thanx in advance
 
ROb
 
 
 
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to