Search found 2 matches

by ekimbernow
Tue Feb 07, 2023 2:05 pm
Forum: Other Issues
Topic: Send messages to results pane from XQuery Refactor?
Replies: 4
Views: 673

Re: Send messages to results pane from XQuery Refactor?

I verified that error(fn:QName('ERRORNUM'), "This is my error message") ends the refactor processing and puts a message in the result pane.
by ekimbernow
Sat Feb 04, 2023 6:18 pm
Forum: Other Issues
Topic: Send messages to results pane from XQuery Refactor?
Replies: 4
Views: 673

Send messages to results pane from XQuery Refactor?

I am implementing XQuery refactors and need to be able to send messages to the results pane as I can using xsl:message with XSLT refactors. I tried using trace() but that appeared to have no effect. I have two requirements: 1. Use messages for debugging refactors during development 2. Use messages t...