[opencms-dev] Showstopper - OpenCms does not render XHTML compliant content!
Ronald Lips
ronald.lips at atobemobile.com
Tue Mar 1 13:28:06 CET 2005
Hi,
Using OpenCms 6 alpha 3 I want to render full XHTML compliant content.
To achieve this, I use the following URL:
<a href="some.jsp?a=b&b=b">somelink</a>.
However, no matter what I try, OpenCms always stores this as:
<a href="some.jsp?a=b&b=b">somelink</a>
The ampersand in the href attribute makes this non-compliant with XHTML.
Any processors that expect XHTML will fail for this reason. Is there any
way of preventing OpenCms to remove the "&" entity? I am already
using the XML and XHTML declarations at the top of my templates:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Hope anyone can help, as this is a real showstopper for me.
Thanks
Ronald
AtoBe Mobile Solutions
Ronald Lips
tel: +31 (0)23 750 21 19
fax: +31 (0)23 750 21 11
mob: +31 (0)651 18 35 70
mail: ronald.lips at atobemobile.com
web: www.atobemobile.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20050301/e02cbbfc/attachment.htm>
More information about the opencms-dev
mailing list