XQuery Outline view does not show Updating Functions

Oxygen general issues.
amix
Posts: 81
Joined: Sat Aug 05, 2006 10:43 pm

XQuery Outline view does not show Updating Functions

Post by amix »

Hello,

I am using 20.1 on Windows 10.

Editing an XQuery Module, with Saxon-EE set to

Code: Select all

-update:on
in the XQuery Scenario, I do not get any functions that are Updating Expressions in the Outline View:

A function like:

Code: Select all

declare updating function ns1:insert-node($what, $where) {
insert node $what into $where
};
would not show up in the Outline View. If I remove the 'updating' keyword, they show.
Andreas
Radu
Posts: 9018
Joined: Fri Jul 09, 2004 5:18 pm

Re: XQuery Outline view does not show Updating Functions

Post by Radu »

Hi Andreas,

Thanks for the report, I'll add an issue for this and I'll update this forum thread when we fix this.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
amix
Posts: 81
Joined: Sat Aug 05, 2006 10:43 pm

Re: XQuery Outline view does not show Updating Functions

Post by amix »

Thank you.
Andreas
sorin_carbunaru
Posts: 398
Joined: Mon May 09, 2016 9:37 am

Re: XQuery Outline view does not show Updating Functions

Post by sorin_carbunaru »

Hi,

I wanted to let you know that oXygen 21 is out now and it contains a fix for this XQuery Outliner issue.

All the best wishes,
Sorin Carbunaru
oXygen XML
Post Reply