XSP error

2002-10-15 Thread Sylvain.Thevoz
Hello, I try to test my first XSP page but I have this error: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.

Re: XSP error

2002-10-15 Thread Ruben_Inoto
] | | cc: | | Subject: XSP error

RE: XSP error

2002-10-15 Thread Sylvain.Thevoz
Thank you, it works if I serialize the output to html. But why it doesn't work? I use IE 6.0. Sylvain -Message d'origine- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Date: mardi, 15. octobre 2002 14:23 À: [EMAIL PROTECTED] Objet: Re: XSP error Hi Sylvain, it looks

RE: XSP error

2002-10-15 Thread Ruben_Inoto
: | | Subject: RE: XSP error | --| Thank you, it works if I serialize the output

RE: XSP error

2002-10-15 Thread Sylvain.Thevoz
-Message d'origine- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Date: mardi, 15. octobre 2002 14:42 À: [EMAIL PROTECTED] Objet: RE: XSP error Hi, with IE 6.0 should work.. no idea Ruben |-+- | | Sylvain.Thevoz@sw

RE: XSP error

2002-10-15 Thread Geoff Howard
That first problem sounds suspiciously like your browser caching the mime type for the url. If it happens again, close your browser, open a new one and try again. Geoff Howard --- [EMAIL PROTECTED] wrote: This problem looks very strange. When this problem appended, I tried to test a simple

xsp error! please help!

2002-02-11 Thread vishal khatnani khatnani
Group, I am developing a dynamic page with xml. I have included several packages (such as javax.parsers transform ...etc... in my xml file). What I have is java code (xsp:logic) that adds a child node to another xml file on my server. I think the problem is to do with the cocoon classpath

XSP Error

2001-09-18 Thread Tod Thomas
This differs from the one mentioned in the FAQ. I tried the renaming trick and that had no effect. I'm using Cocoon 1.8.2 and Tomcat 3.2.3. This is the output from trying the First XSP Page sample: java.lang.NoClassDefFoundError: sun/tools/javac/Main at

Re: XSP Error

2001-09-18 Thread Tod Thomas
That did it, I must have screwed something up in my JDK install. Thanks - Tod Christopher Painter-Wakefield wrote: Tod, it looks as if you're trying to run Cocoon under the JRE rather than the full JDK. The error you are getting is just saying that the compiler classes are missing. Try

Re: XSP error

2001-08-25 Thread Ekrem Aksoy
: Sehiya Jalaludheen To: [EMAIL PROTECTED] Sent: Monday, July 24, 2000 2:46 PM Subject: XSP error Hi, I am using Cocoon on Tomcat and while loading the XSP examples provided in the samples/xsp of Cocoon , i got the following error

XSP error

2001-08-24 Thread Sehiya Jalaludheen
Hi, I am using Cocoon on Tomcat and while loading the XSP examples provided in the samples/xsp of Cocoon , i got the following error. --- Error found handling the request.java.lang.NoSuchMethodError: org.w3c.dom.Node: method normalize()V not