Richards,
 
what might be happening is that .htm files are not passed to Cocoon...
 
Maybe you setup Tomcat (or wathever servlet container you're using) to process only .xml files and ignore the .htm ones (which are, hence, processed by the web-server).
 
Best regards,

---------------------------------------------
               Luca Morandini
               GIS Consultant
              [EMAIL PROTECTED]
http://utenti.tripod.it/lmorandini/index.html
---------------------------------------------
 

-----Original Message-----
From: Richard Korthuis [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 13, 2002 12:44 PM
To: [EMAIL PROTECTED]
Subject: calling a HTML-file from an XSL-file

Hello,
 
I have created an XML-file together with an XSL-file. In the XSL-file I create a frameset with frames. In the frames I want to display plain HTML-files, but when I use:
<frame name="contents" src="javascript:void(0);" />
I get a HTTP 500 error: The page cannot be displayed. When I change contents.htm into an XML-file (i.e. "../cocoon/welcome") it works perfectly. What am I doing wrong?
 
Regards
 
Richard Korthuis

Reply via email to