You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Nicolas Maisonneuve <n....@hotPop.com> on 2003/09/30 21:36:52 UTC

special "&" in the output html

hy , i would like geneate a html file with a XSP

with the output <input name="coco" value="&"></a>
the pb is , we must encodind the 
"&" to &amp;  because of the encoding UTF-8 for the serverpage generator 
and after i use the html serializer  and the result is 
<input name="coco" value="&amp;"></a> 
and not 
<input name="coco" value="&"></a> 

someone can me help ?

nico