hi
if want to use xsp-variables to generate html-code for the sites.
let me explain.
i have a xsp-varibale, for example
String test =
"<table><tr><td>1</td><td>2</td></tr><tr><td>3</td><td>4</td></tr></tabl
e>";
after this, i have the following in my xsp-site
<table>
<tr>
<td></td></tr>
<td><xsp:expr>test</xsp:expr></td>
</tr>
</table>
so there is another table in the second <td>-tag
but this doesn'work - what i did wrong
i get the following error-messages in my xsp-site
org.apache.cocoon.ProcessingException: Language Exception:
org.apache.cocoon.components.language.LanguageException: Error compiling
registrierung1_xsp:
Line 265, column 44: unclosed character literal
Line 265, column 43: illegal start of expression
Line 399, column 6: unclosed character literal
Line 399, column 4: illegal start of expression
Line 0, column 0:
4 errors
regards, tom
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>