I haven't been able to test 9.0 just yet, but while we're on the subject of XQuery highlighting... If you format a query like:<br><br>for<br> $s in ('dog', 'cat', 'ball')<br>return<br> $s
<br><br>then the 'for' is no longer highlighted. When I get a chance, I'll test the new version to see if it's already been fixed, but seeing as I'm one of the few people that formats queries in this way, I doubt it's been reported.
<br><br><div><span class="gmail_quote">On 10/23/07, <b class="gmail_sendername">Mircea Enachescu</b> <<a href="mailto:mircea@oxygenxml.com">mircea@oxygenxml.com</a>> 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>> This has not yet been fixed in the
9.0 beta, apparently:<br>><br>> for $s in ( 'dog', 'cat', 'ball')<br>> order by $s<br>> return $s<br>><br>> "order by" is not highlighted as syntax keywords.<br>>
<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>