Re: file generator error

2003-01-14 Thread Joerg Heinicke
Hello Geoff, If I type http://127.0.0.1:8080/cocoon/joerg/test?test=test&test2=test2 in Mozilla URL textbox I get expected test2 test If I type http://127.0.0.1:8080/cocoon/joerg/test?test=test&test2=test2 I get (IMO also) expected test2 test beca

RE: file generator error

2003-01-14 Thread Sylvain.Thevoz
--- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 13, 2003 11:07 AM > To: [EMAIL PROTECTED] > Subject: RE: file generator error > > > Hi Joerg, > > I'm using Cocoon 2.1 dev but an old version (17.10.2002). > > It could be the probl

RE: file generator error

2003-01-13 Thread Geoff Howard
ilto:[EMAIL PROTECTED]] > Sent: Monday, January 13, 2003 11:07 AM > To: [EMAIL PROTECTED] > Subject: RE: file generator error > > > Hi Joerg, > > I'm using Cocoon 2.1 dev but an old version (17.10.2002). > > It could be the problem, no? > > Geoff: which versio

RE: file generator error

2003-01-13 Thread Sylvain.Thevoz
ww.moreover.com/cgi-local/page?o=xml&c=Virus%20warnings, guessing text/xml Geoff Howard wrote: >>-Original Message- >>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >>Sent: Monday, January 13, 2003 3:25 AM >>To: [EMAIL PROTECTED] >>Subject: RE: file generator e

Re: file generator error

2003-01-13 Thread Joerg Heinicke
xml&c=Virus%20warnings, guessing text/xml Geoff Howard wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 3:25 AM To: [EMAIL PROTECTED] Subject: RE: file generator error Hi, It means that if I replace the '&' by

RE: file generator error

2003-01-13 Thread Sylvain.Thevoz
Hi Geoff, How do you debug this and how do you find your result? Thank you Regards Sylvain -Message d'origine- De: Geoff Howard [mailto:[EMAIL PROTECTED]] Date: lundi, 13. janvier 2003 15:46 À: [EMAIL PROTECTED] Objet: RE: file generator error > -Original Message

RE: file generator error

2003-01-13 Thread Geoff Howard
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 13, 2003 3:25 AM > To: [EMAIL PROTECTED] > Subject: RE: file generator error > > > Hi, > > It means that if I replace the '&' by '&'

Re: file generator error

2003-01-13 Thread Joerg Heinicke
roblem seems to be that the Tomcat web server doesn't convert '&' to '&' and use '&' to retrieve the web page. Any idea? Is it a Tomcat bug? Thank you Sylvain -Message d'origine- De: Joerg Heinicke [mailto:[EMAIL PROTECTED]] Date: vendredi,

RE: file generator error

2003-01-13 Thread Sylvain.Thevoz
Tomcat bug? Thank you Sylvain -Message d'origine- De: Joerg Heinicke [mailto:[EMAIL PROTECTED]] Date: vendredi, 10. janvier 2003 19:29 À: [EMAIL PROTECTED] Objet: Re: file generator error I checked the link and Mozilla recognized the content as XML, so I guess that's

Re: file generator error

2003-01-10 Thread Joerg Heinicke
I checked the link and Mozilla recognized the content as XML, so I guess that's not the problem. But "doesn't work anymore" is not really a helpful error message. Joerg J.Pietschmann wrote: [EMAIL PROTECTED] wrote: If I substitute '&' by '&', the sitemap compilation is OK. But the link doesn'

Re: file generator error

2003-01-10 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: If I substitute '&' by '&', the sitemap compilation is OK. But the link doesn't work anymore! Did it ever work? I guess the source is HTML rather than XML, I think you have to tell the sitemap to use a HTML generator. Look up details in the Cocoon doc, in particular in t

RE: file generator error

2003-01-10 Thread Sylvain.Thevoz
nvier 2003 17:54 À: Thévoz Sylvain, IT-DTS-ENG-SDM; [EMAIL PROTECTED] Objet: RE: file generator error can't use '&' if it's not part of an entity reference, substitute your '&' for its entity reference: http://www.moreover.com/cgi-local/page?o=xml&c=Virus%

RE: file generator error

2003-01-09 Thread Ed Yavno
can't use '&' if it's not part of an entity reference, substitute your '&' for its entity reference: http://www.moreover.com/cgi-local/page?o=xml&c=Virus%20warnings"/> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 11:43 AM To: [EMAI

Re: file generator error

2003-01-09 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: > src="http://www.moreover.com/cgi-local/page?o=xml&c=Virus%20warnings"/> ... The problem is that I can't compile the sitemap. Error is: org.xml.sax.SAXParseException: The reference to entity "c" must end with the ';' delimiter. This is a FAQ, ampersands must be esca

Re: file generator error

2003-01-09 Thread Stephan Michels
On Thu, 9 Jan 2003 [EMAIL PROTECTED] wrote: > Hello, > > My sitemap is: > > > src="http://www.moreover.com/cgi-local/page?o=xml&c=Virus%20warnings"/> > > > > > The problem is that I can't compile the sitemap. > Error is: > org.xml.sax.SAXParseException: The reference to entity "c" must

RE: file generator error

2003-01-09 Thread Reinhard Poetz
> > src="http://www.moreover.com/cgi-local/page?o=xml&c=Virus%20warnings"/> > > > > Anybody has an idea? Regards, Reinhard - Please check that your question has