Page 1 of 1

Invalid update site

Posted: Mon Sep 23, 2024 2:49 pm
by dwongAtWork
Hello,
I am using oXygenXML Editor Professional 26.1 build 2024091606.
I clicked Help > Check for add-ons updates.
In the Results window, I received the error "Invalid update site."

Code: Select all

<report xmlns="http://www.oxygenxml.com/ns/report">
<incident>
<severity>error</severity>
<description>Invalid update site. Cause: DOCTYPE is disallowed when the feature "http://apache.org/xml/features/disallow-doctype-decl" set to true.</description>
<systemID>https://github.com/oxygenxml/wsaccess-javascript-sample-plugins/tree/master/latex-images-support</systemID>
</incident>
</report>
How do I prevent this error from happening?

Re: Invalid update site

Posted: Mon Sep 23, 2024 2:59 pm
by Radu
Hi,
If you go to the Oxygen Preferences->"Add-ons" page you probably have a reference there to this URL:

Code: Select all

https://github.com/oxygenxml/wsaccess-javascript-sample-plugins/tree/master/latex-images-support
You should remove that reference from the preferences page and save the preferences as that URL above does not point to an installable add-on.
Any of the plugins in this repository:
https://github.com/oxygenxml/wsaccess-j ... ree/master
need to be manually installed, by downloading the entire repository and then by copying a certain plugin folder to the "OXYGEN_INSTALL_DIR/plugins" folder, then restarting Oxygen.

Regards,
Radu

Re: Invalid update site

Posted: Mon Sep 23, 2024 4:18 pm
by dwongAtWork
Thank you! All is good now.