I haven&#39;t been able to test 9.0 just yet, but while we&#39;re on the subject of XQuery highlighting... If you format a query like:<br><br>for<br>&nbsp;&nbsp;&nbsp; $s in&nbsp; (&#39;dog&#39;, &#39;cat&#39;, &#39;ball&#39;)<br>return<br>&nbsp;&nbsp;&nbsp; $s
<br><br>then the &#39;for&#39; is no longer highlighted. When I get a chance, I&#39;ll test the new version to see if it&#39;s already been fixed, but seeing as I&#39;m one of the few people that formats queries in this way, I doubt it&#39;s been reported.
<br><br><div><span class="gmail_quote">On 10/23/07, <b class="gmail_sendername">Mircea Enachescu</b> &lt;<a href="mailto:mircea@oxygenxml.com">mircea@oxygenxml.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi David,<br><br>Thank you for reporting this. The problem was fixed in the current<br>development stream, and will be available in the 9.0 final release.<br><br>Regards,<br>Mircea.<br><br>David Sewell wrote:<br>&gt; This has not yet been fixed in the 
9.0 beta, apparently:<br>&gt;<br>&gt;&nbsp;&nbsp; for $s in ( &#39;dog&#39;, &#39;cat&#39;, &#39;ball&#39;)<br>&gt;&nbsp;&nbsp; order by $s<br>&gt;&nbsp;&nbsp; return $s<br>&gt;<br>&gt; &quot;order by&quot; is not highlighted as syntax keywords.<br>&gt;
<br>_______________________________________________<br>oXygen-user mailing list<br><a href="mailto:oXygen-user@oxygenxml.com">oXygen-user@oxygenxml.com</a><br><a href="http://www.oxygenxml.com/mailman/listinfo/oxygen-user">
http://www.oxygenxml.com/mailman/listinfo/oxygen-user</a><br></blockquote></div><br>