Invalid XQuery version 1.0-ml using oXygen XML Editor Personal Edition

Having trouble installing Oxygen? Got a bug to report? Post it all here.
rickeyschull
Posts: 2
Joined: Tue Nov 26, 2024 7:08 am

Invalid XQuery version 1.0-ml using oXygen XML Editor Personal Edition

Post by rickeyschull »

Hello,
The personal edition of oXygen XML Editor flags a validation error when the MarkLogic dialect attribute is specified:

Code: Select all

 xquery version "1.0-ml"
How can I configure the personal edition of oXygen XML Editor to ignore this validation error?

Changing the value to the strict form eliminates the error. Example:

Code: Select all

xquery version "1.0"
Is the only solution essentially to comment files containing the MarkLogic server dialect command as follows:

Code: Select all

(: xquery version "1.0-ml"; :)
xquery version "1.0";
tavy
Posts: 388
Joined: Thu Jul 01, 2004 12:29 pm

Re: Invalid XQuery version 1.0-ml using oXygen XML Editor Personal Edition

Post by tavy »

Hello,

Thank you for your feedback.

MarkLogic support is available only in the Enterprise edition of Oxygen XML Editor. To correctly validate this type of document, you need to configure a MarkLogic collection. You can find more details about this in our user manual: https://www.oxygenxml.com/doc/versions/ ... ction.html

If you don’t wish to obtain an Enterprise license for Oxygen XML Editor, you can bypass the validation issues by using the "Ignored Validation Problems" feature. More details about this can be found in our user manual: https://www.oxygenxml.com/doc/versions/ ... fixes.html

Best regards,
Octavian
Octavian Nadolu
<oXygen/> XML Editor
http://www.oxygenxml.com
rickeyschull
Posts: 2
Joined: Tue Nov 26, 2024 7:08 am

Re: Invalid XQuery version 1.0-ml using oXygen XML Editor Personal Edition

Post by rickeyschull »

tavy wrote: Tue Nov 26, 2024 10:27 am Hello,

Thank you for your feedback.

MarkLogic support is available only in the Enterprise edition of Oxygen XML Editor. To correctly validate this type of document, you need to configure a MarkLogic collection. You can find more details about this in our user manual: https://www.oxygenxml.com/doc/versions/ ... ction.html geometry dash lite

If you don’t wish to obtain an Enterprise license for Oxygen XML Editor, you can bypass the validation issues by using the "Ignored Validation Problems" feature. More details about this can be found in our user manual: https://www.oxygenxml.com/doc/versions/ ... fixes.html

Best regards,
Octavian
Thanks for your answer. I got it.
Post Reply