You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Paul Adriaenssens <pa...@democritus.net> on 2009/12/07 09:10:38 UTC

escaping special characters in an xsp String

Hi,

I want to avoid escaping special characters in an xsp String  retrieved 
through <xsp:expr>

In the archives
p://www.mail-archive.com/cocoon-users@xml.apache.org/msg20263.html 
<https://webmail.ua.ac.be/exchweb/bin/redir.asp?URL=http://www.mail-archive.com/cocoon-users@xml.apache.org/msg20263.html> 

http://www.mail-archive.com/cocoon-users@xml.apache.org/msg16145.html 
<https://webmail.ua.ac.be/exchweb/bin/redir.asp?URL=http://www.mail-archive.com/cocoon-users@xml.apache.org/msg16145.html> 

I found this as a solution

<util:include-expr>
<util:expr><xsp:expr>
data
</xsp:expr></util:expr>
</util:include-expr>

However it does not work, I see nothing in the output ...

Any ideas?

I am using cocoon 2.1.11

Regards,

Paul Adriaenssens


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org