Re: & in url [WAS: file generator error]

2003-01-15 Thread J.Pietschmann
Geoff Howard wrote: Sorry for being an idiot. & is valid in the html as delimeter, but the browser should take it out so that ... The reason I was confused was because I remembered a problem I encountered in the past with & as the delimeter in html being passed through, but I believe the proble

RE: & in url [WAS: file generator error]

2003-01-15 Thread Geoff Howard
> Geoff Howard wrote: > > I would regard the behavior below to be incorrect - so the million > > dollar question is what is the correct behavior: > > > > Can GET parameters be separated by & instead of > > & according to the W3C, etc? > > I don't think so. & is the delimiter, not &. What is when am

Re: & in url [WAS: file generator error]

2003-01-15 Thread Joerg Heinicke
a matcher problem in my sitemap! Now it works! Thank you all for you help Sylvain -Message d'origine- De: Joerg Heinicke [mailto:[EMAIL PROTECTED]] Date: mercredi, 15. janvier 2003 10:47 À: [EMAIL PROTECTED] Objet: Re: & in url [WAS: file generator error] Hi Sylvain, yes, we lo

RE: & in url [WAS: file generator error]

2003-01-15 Thread Sylvain.Thevoz
;origine- De: Joerg Heinicke [mailto:[EMAIL PROTECTED]] Date: mercredi, 15. janvier 2003 10:47 À: [EMAIL PROTECTED] Objet: Re: & in url [WAS: file generator error] Hi Sylvain, yes, we lost the original posting a bit ;-) [EMAIL PROTECTED] wrote: > Joerg, > > I found the same as you i

Re: & in url [WAS: file generator error]

2003-01-15 Thread Joerg Heinicke
Hi Sylvain, yes, we lost the original posting a bit ;-) [EMAIL PROTECTED] wrote: Joerg, I found the same as you if I type the URL in my browser. Nice to hear. But in my case the problem is that the URL will be parsed through an XML parser. If I type "&" the XML parser returns me this error

RE: & in url [WAS: file generator error]

2003-01-15 Thread Sylvain.Thevoz
;t correct anymore because it uses "&" instead of "&". Sylvain -Message d'origine- De: Joerg Heinicke [mailto:[EMAIL PROTECTED]] Date: mardi, 14. janvier 2003 21:14 À: [EMAIL PROTECTED] Objet: Re: file generator error Hello Geoff, If I type http:/

RE: & in url [WAS: file generator error]

2003-01-14 Thread McNeil, Shane
Title: RE: & in url [WAS: file generator error] I don't know if this will help but here's a link to a w3c appendix dealing with this issue http://www.w3.org/TR/html401/appendix/notes.html#h-B.2.2 It suggests that the & *must* be escaped as & or & This article

Re: & in url [WAS: file generator error]

2003-01-14 Thread Joerg Heinicke
Changing the request to ...?abc=123&quoteId=456 fixed it just fine. WIll anecdotal evidence do? -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 15 January 2003 11:27 AM To: [EMAIL PROTECTED] Subject: & in url [WAS: file generator error] I would

Re: & in url [WAS: file generator error]

2003-01-14 Thread Joerg Heinicke
quot;:" | "@" | "&" | "=" ] search = *[ uchar | ";" | ":" | "@" | "&" | "=" ] Nothing about &, only & in "search". Regards, Joerg Don't have time to look it up myself - does a

RE: & in url [WAS: file generator error]

2003-01-14 Thread Todd Pierce
bc=123"eId=456 Changing the request to ...?abc=123&quoteId=456 fixed it just fine. WIll anecdotal evidence do? -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 15 January 2003 11:27 AM To: [EMAIL PROTECTED] Subject: & in url [WAS: file generator

& in url [WAS: file generator error]

2003-01-14 Thread Geoff Howard
Original Message- > From: Joerg Heinicke [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 14, 2003 3:14 PM > To: [EMAIL PROTECTED] > Subject: Re: file generator error > If I type > http://127.0.0.1:8080/cocoon/joerg/test?test=test&test2=test2 I get > (IM

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
Objet: RE: file generator error don't remember seeing a bug fix related to this, but that could be it - I use a cvs version of 2.1 from early december (12/7 I think). Joerg, do you get the result I do on the request generator example (Sylvain too)? Geoff > -Original Message--

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
TED]] Sent: Thursday, January 09, 2003 11:43 AM To: [EMAIL PROTECTED] Subject: file generator error Hello, My sitemap is: 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.SAXParseExce

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

file generator error

2003-01-09 Thread Sylvain.Thevoz
Hello, My sitemap is: 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. at org.apache.xerces.util.ErrorHandlerWrap