You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Michael Bierenfeld <mi...@atmiralis.de> on 2001/01/12 17:13:01 UTC

Re: Big XSP Problem with backslashes or double quotes in attribute values.

Hi !

Just checked it with :

<page title="Carrier Mask \&quot; Hello" stylesheet="../.

This results in a page called "Carrier Mask " Hello". Works fine for me.
But maybe I am misunderstandig you. Java Result has to have a "\" before
the """. So this results in a String whatever = new String ("Carrier
Mask \" Hello "); that is correct.

Regards

Michael