Re: Pizza

2002-03-15 Thread Ed Jenkins
. I am updating it now to use StringBuffer. Ed --- From: Yyy Xxx <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Pizza Date: Fri, 15 Mar 2002 07:25:03 -0800 (PST) On a totally different level... This has XML hard-coded inside a Cocoon XSP as a Java

RE: Pizza

2002-03-15 Thread Piroumian, Konstantin
> From: Yyy Xxx [mailto:[EMAIL PROTECTED]] > > On a totally different level... > > This has XML hard-coded inside a Cocoon XSP as a Java > string. That's a little odd. I would say, it's _very_ add, because the main purpose of XSP is to make XML generation easier than hard-coding it in Java co

Re: Pizza

2002-03-15 Thread Yyy Xxx
On a totally different level... This has XML hard-coded inside a Cocoon XSP as a Java string. That's a little odd. Isn't there some way to bring the XML out of Java and into Cocoon where it may be better utilized? Perhaps a refactoring is in order. >-Original Message- >From: Ed Jenkins

Re: Pizza

2002-03-15 Thread Joseph Jupin
tors, >unfortunately for your >original! > >Perry > >-Original Message- >From: Ed Jenkins [mailto:[EMAIL PROTECTED]] >Sent: Friday, 15 March 2002 10:22 >To: [EMAIL PROTECTED] >Subject: RE: Pizza > > >I tried that. I put the xml all on one line (

RE: Pizza

2002-03-14 Thread Ed Jenkins
I was wrong. Sun was wrong. Vadim is right. SourceForge is right. According to JLS 3.10.5, a string literal can not have a line terminator it it. Thanks, Vadim. Ed --- From: "Vadim Gritsenko" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> S

RE: Pizza

2002-03-14 Thread Faulkner, Perry
--Original Message- From: Ed Jenkins [mailto:[EMAIL PROTECTED]] Sent: Friday, 15 March 2002 10:22 To: [EMAIL PROTECTED] Subject: RE: Pizza I tried that. I put the xml all on one line (without \n) and it compiled. But I liked having it split up because it was readable. Ed --- From: "

RE: Pizza

2002-03-14 Thread Ed Jenkins
I tried that. I put the xml all on one line (without \n) and it compiled. But I liked having it split up because it was readable. Ed --- From: "Faulkner, Perry" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED

RE: Pizza

2002-03-14 Thread Faulkner, Perry
Hi Ed, Will String s = "\nthree\nthree\n"; solve the problem? Perry -Original Message- From: Ed Jenkins [mailto:[EMAIL PROTECTED]] Sent: Friday, 15 March 2002 9:20 To: [EMAIL PROTECTED] Subject: Pizza Yesterday, we upgraded to Cocoon 2.0.2dev. In that version, in cocoon.xconf,

RE: Pizza

2002-03-14 Thread Vadim Gritsenko
> From: Ed Jenkins [mailto:[EMAIL PROTECTED]] > > Yesterday, we upgraded to Cocoon 2.0.2dev. In that version, in > cocoon.xconf, the default compiler was switched from Javac to Pizza. > > Pizza is reporting some compilation errors in my XSP files that were OK when > compiled with Javac. Also,