|
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 & 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="&"></a>
and not
<input name="coco" value="&"></a>
someone can me help ?
nico
|
