Flavio Tordini wrote:
hi all,
i'm creating a jspx file from an xhtml template. the xhtml contains html entities such as ì

Hi, Flavio
I've also experienced this problem. The solution is to use &amp;igrave; in your XML-formatted JSP page. You may also find a very funny thing with ampersands in URL passed by <a href=""></a> (@see chapter C.12, http://www.w3.org/TR/2002/REC-xhtml1-20020801). The only solution i've found is to "flatten" this tag:
&lt;a href=&quot<c:out value="${url}" escapeXml="true"/>&quot;
&gt;A&lt;/a&gt;
I hope someone will tell me a better way to solve this issue.



-- Ð ÐÐÐÐÐÐÑ, ÐÑÐÑÐÑ ÐÐÑÐÑÐ (ÐÐ ÐÐÐÑÑÐÐÑÑÑ) <[EMAIL PROTECTED]>

Victor Anyakin (IT Spetialist) <[EMAIL PROTECTED]>
OpenPGP Key ID:  0xC1F60269
Key Fingerprint: FD67 FE27 0618 9702 9A27  2171 0867 5AC7 C1F6 0269



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to