<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.10.3">
</HEAD>
<BODY>
<TT>Hello,</TT><BR>
<BR>
<TT>I am using a page template to geneate a valid XML document, this is the template:</TT><BR>
<BR>
<TT><I>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</I></TT><BR>
<TT><I>&lt;person xmlns:tal=&quot;<A HREF="http://xml.zope.org/namespaces/tal">http://xml.zope.org/namespaces/tal</A>&quot;&gt;</I></TT><BR>
<TT><I>&nbsp;&nbsp;&nbsp; &lt;name tal:content=&quot;string:&amp;hello&quot;&gt;</I></TT><BR>
<TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mi mobile</I></TT><BR>
<TT><I>&nbsp;&nbsp;&nbsp; &lt;/name&gt;</I></TT><BR>
<TT><I>&lt;/person&gt;</I></TT><BR>
<BR>
<TT>The caracter &quot;&amp;&quot; gives me the following error:</TT><BR>
<BR>
<PRE>
<TT><I>Compilation failed</I></TT>
<TT><I>xml.parsers.expat.ExpatError: not well-formed (invalid token): line 3, column 38</I></TT>


</PRE>
<TT>If I remove the &quot;&amp;&quot; everything goes ok. What can I do??</TT><BR>
<BR>
<TT>Thank you</TT><BR>
&nbsp;&nbsp;&nbsp; <BR>
<BR>
<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<BR>
<BR>
<BR>
<DIV ALIGN=center></DIV><BR>
<BR>
<BR>
<BR>
<BR>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>