<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.6249.1">
<TITLE>XML encoding in output</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Hi,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Using OpenCms 6 alpha 3, I have created a page that contains the following hyperlink:</FONT>

<BR><B><FONT SIZE=2 FACE="Arial"><p><a href="mypage.html?bruto1=1000&bruto2=2000" target="_self">Ok</a></p></FONT></B>
</P>

<P><FONT SIZE=2 FACE="Arial">As my pages are processed by a transformer engine, my output needs to be XHTML compliant. This means that my hyperlink really needs be:</FONT></P>

<P><B><FONT SIZE=2 FACE="Arial"><p><a href="mypage.html?bruto1=1000&amp;bruto2=2000" target="_self">Ok</a></p></FONT></B>
</P>

<P><FONT SIZE=2 FACE="Arial">Please note the encoding of the ampersand character in the URL parameter list. However, no matter what I do, OpenCms always stores the hyperlink without the ampersand encoding (it converts it automatically to the first URL). This renders content that is invalid XML (the transforming engine 'thinks' that &bruto2 represents a character entity. Is there a way to prevent that translation from "&amp" to "&" by OpenCms, making my page XHTML compliant?</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Thanks</FONT>

<BR><FONT SIZE=2 FACE="Arial">Ronald</FONT>
</P>
<BR>

<P><B><FONT COLOR="#666666" FACE="Garamond">AtoBe Mobile Solutions</FONT></B>

<BR><FONT COLOR="#666666" FACE="Garamond">Ronald Lips</FONT>
</P>

<P><FONT COLOR="#666666" FACE="Garamond">tel:    +31 (0)23 750 21 19</FONT>

<BR><FONT COLOR="#666666" FACE="Garamond">fax:    +31 (0)23 750 21 11</FONT>

<BR><FONT COLOR="#666666" FACE="Garamond">mob:    +31 (0)651 18 35 70</FONT>

<BR><FONT COLOR="#666666" FACE="Garamond">mail:   r<U>onald.lips@atobemobile.com</U></FONT>

<BR><FONT COLOR="#666666" FACE="Garamond">web:   </FONT> <A HREF="file://www.atobemobile.com"><U></U><U><FONT COLOR="#0000FF" FACE="Garamond">www.atobemobile.com</FONT></U></A>
</P>
<BR>

</BODY>
</HTML>