ampersand in sitemap element parameters

2002-10-11 Thread Sternath Elmar
Hello, I already read some posts concerning ampersand encoding here in the mailing list. But I have not yet found a solution for the following problem: I want to pass a request parameter (Title) containing an ampersand (or any other reserved XML char) to a self-implemented generator. Inside

Re: ampersand

2002-08-21 Thread Joerg Heinicke
well, since it is an xsl, my editor doesn't say anything... only xalan when > processing. > > Babs > - Original Message - > From: "Stefan Seifert" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, August 21, 2002 6:09 PM > Su

Re: ampersand

2002-08-21 Thread Barbara Post
"Stefan Seifert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 21, 2002 6:09 PM Subject: RE: ampersand You did not try or it did not work? Are you using a XML Editor with XML validity checking? In this case the editor would find such errors. Stefan > --

RE: ampersand

2002-08-21 Thread Stefan Seifert
IL PROTECTED] > Subject: Re: ampersand > > > nope > - Original Message - > From: "Stefan Seifert" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, August 21, 2002 5:43 PM > Subject: RE: ampersand > > > Did you try using

Re: ampersand

2002-08-21 Thread Barbara Post
nope - Original Message - From: "Stefan Seifert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 21, 2002 5:43 PM Subject: RE: ampersand Did you try using a "&" instead of "&"? i.e. foo?param1=foo1&param2=foo2.

RE: ampersand

2002-08-21 Thread Stefan Seifert
Did you try using a "&" instead of "&"? i.e. foo?param1=foo1&param2=foo2. Stefan > -Original Message- > From: Barbara Post [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 21, 2002 5:33 PM > To: [EMAIL PROTECTED] > Subject: ampersand

ampersand

2002-08-21 Thread Barbara Post
I need a link with 2 parameters in the url : foo?param1=foo1¶m2=foo2. However XSL does not like the unicode for ampersand : &, in & before "param2". It says : org.xml.sax.SAXParseException: The reference to entity "param2" must end with the ';' delimiter.