[BUG] JXTG/JXTT eats backslashes

2004-08-11 Thread Carsten Ziegeler
I just found another nice feature of the JXTG/JXTT. It eats backslashed out of your text! For example, if you read this XML by the JXTG: txt\ha\llo/txt The resulting XML is: txthallo/txt This feature is very nice if you use forms with fields that can contain backslashed and you're running the

Re: [BUG] JXTG/JXTT eats backslashes

2004-08-11 Thread Antonio Gallardo
Hi Carsten: I am not sure why we escape the chars in this way. I think it is part of the jexl convention, but don't believe me. Best Regards, Antonio Gallardo Carsten Ziegeler dijo: I just found another nice feature of the JXTG/JXTT. It eats backslashed out of your text! For example, if you

RE: [BUG] JXTG/JXTT eats backslashes

2004-08-11 Thread Carsten Ziegeler
Antonio Gallardo wrote: Hi Carsten: I am not sure why we escape the chars in this way. I think it is part of the jexl convention, but don't believe me. Hmm, what do you exactly mean? The chars are not escaped, but the backslash is simply removed. Or do you mean that e.g. jexl would

RE: [BUG] JXTG/JXTT eats backslashes

2004-08-11 Thread Antonio Gallardo
OK. So lets try to fix it and we will see what happened. I cannot remember why it is there. If a problem will be raised we can fix it later. Best Regards, Antonio Gallardo Carsten Ziegeler dijo: Antonio Gallardo wrote: Hi Carsten: I am not sure why we escape the chars in this way. I think

RE: [BUG] JXTG/JXTT eats backslashes

2004-08-11 Thread Carsten Ziegeler
Ignore this. This is a bug of 2.1.5.1; it's already fixed in trunk and branch... :( Carsten -Original Message- From: Carsten Ziegeler [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 10:03 AM To: Cocoon-Dev Subject: [BUG] JXTG/JXTT eats backslashes I just found

RE: [BUG] JXTG/JXTT eats backslashes

2004-08-11 Thread Antonio Gallardo
PROTECTED] Sent: Wednesday, August 11, 2004 10:03 AM To: Cocoon-Dev Subject: [BUG] JXTG/JXTT eats backslashes I just found another nice feature of the JXTG/JXTT. It eats backslashed out of your text! For example, if you read this XML by the JXTG: txt\ha\llo/txt The resulting XML

RE: [BUG] JXTG/JXTT eats backslashes

2004-08-11 Thread Antonio Gallardo
Carsten Ziegeler dijo: Ignore this. This is a bug of 2.1.5.1; it's already fixed in trunk and branch... :( Here is the link: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27133 I wonder why so much changes are not on the 2.1.5.1 branch. Best Regards, Antonio Gallardo