<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-15">
<META content="MSHTML 6.00.2900.3354" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Microsoft Sans Serif">
<DIV>All,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I found another difference between 5.2 beta2 and 5.2 beta 3 that is causing me some heartburn.</DIV>
<DIV>&nbsp;</DIV>
<DIV>It appears beta3 is inserting an extra newline at the begining of the responses from mode=nquery (and possibly other query modes). We are using this to return XML documents to the browser.</DIV>
<DIV>&nbsp;</DIV>
<DIV>5.2 beta 2 returns:</DIV>
<DIV>&lt;?xml version="1.0"?&gt;<BR>.......</DIV>
<DIV>&nbsp;</DIV>
<DIV>5.2 beta 3 returns:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&lt;?xml version="1.0"?&gt;<BR>..........</DIV>
<DIV>&nbsp;</DIV>
<DIV>The latter is rejected as invalid XML by the browser.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Jim</DIV></BODY></HTML>