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 simp

RE: XSP error

2002-10-15 Thread Sylvain.Thevoz
1537) at org.apache.xerces.validators.common.XMLValidator.callProcessingInstruction(XMLValidator.java:1696) etc... No idea what it is! Thank you Sylvain -Message d'origine- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Date: mardi, 15. octobre 2002 14:42 À: [EMAIL PROTECTED] Objet: RE:

RE: XSP error

2002-10-15 Thread Ruben_Inoto
n'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 that the browser cannot show the XML with that namespace applying its XSL... t

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 look

Re: XSP error

2002-10-15 Thread Ruben_Inoto
Hi Sylvain, it looks that the browser cannot show the XML with that namespace applying its XSL... try serializing the output to 'html' |-+-> | | | | | | | | 10/15/2002 01:32 | |

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.

Re: XSP Error

2001-09-18 Thread Christopher Painter-Wakefield
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 installing the full JDK. -Christopher Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: XSP

Re: XSP error

2001-08-25 Thread Ekrem Aksoy
Please rename xml.jar and parser.jar such that they both come after x: i.e:xml->zxml.jar, parser->zparser.jar, Since tomcat generates classpath automaticaly, it adds xml and parser packages before xalan,xerces..The error you got is classpath problem. - Original Message - From: