xquery editor bugs
Posted: Thu Jan 06, 2005 10:42 pm
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.
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.