Page 1 of 1
Invalid XQuery version 1.0-ml using oXygen XML Editor Personal Edition
Posted: Tue Nov 26, 2024 7:11 am
by rickeyschull
Hello,
The personal edition of oXygen XML Editor flags a validation error when the MarkLogic dialect attribute is specified:
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:
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";
Re: Invalid XQuery version 1.0-ml using oXygen XML Editor Personal Edition
Posted: Tue Nov 26, 2024 10:27 am
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
Re: Invalid XQuery version 1.0-ml using oXygen XML Editor Personal Edition
Posted: Tue Dec 03, 2024 4:31 am
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.