I've tried your suggestions for whitespace and alternative xml tags (and attributes) and it still craps out.
The example from Cocoon Developers book (shown below) doesn't even work
<xsp:logic> String xmlString = "<test>A test value</test>"; <util:include-expr><util:expr>xmlString</util:expr></util:include-expr> </xsp:logic>
Now, this example will not work as you have xml in your string literal which will result in broken java code. Use either CDATA or entities < >
Even putting the <xsp:expr/> tag around xmlString doesn't work either. I've tried addeding/removing whitespace all over the place and still not working.
The generated .java code for the .xsp file is just putting the following in the code: String xmlString = "
See ;-)
which is where I see the errors in the log files.
Seems like a definite bug.
Nope.
Chris.
-- C h r i s t i a n H a u l [EMAIL PROTECTED] fingerprint: 99B0 1D9D 7919 644A 4837 7D73 FEF9 6856 335A 9E08
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]