xquery editor bugs

Having trouble installing Oxygen? Got a bug to report? Post it all here.
sss4r
Posts: 13
Joined: Fri Apr 23, 2004 7:23 pm
Location: Charlottesville, Virginia
Contact:

xquery editor bugs

Post by sss4r »

i have encountered two bugs in the xquery editor which i've been using since 5.0 was released.

1. at times my line numbers disappear...

2. the xquery syntax highlighting breaks in some documents, sometimes by an xpath and sometimes by xquery code. it causes large sections of the code to not display. the following is a flwor that breaks it:

for $b1 in $results
order by data($b1//*:profileDesc/*:creation/*:date/@value)
return $b1

i'm using xp sp2.

let me know if you need more info. other than these problems, the xquery editor has been great. thanks for adding it.
iulian_velea
Posts: 63
Joined: Fri Dec 12, 2003 6:34 pm
Contact:

Post by iulian_velea »

Hi,
We have reproduced the problem with the XQuery syntax highlighting and the fix for this will be available in the next release.

Regards, Iulian.
Post Reply