Invalid update site

Having trouble installing Oxygen? Got a bug to report? Post it all here.
dwongAtWork
Posts: 12
Joined: Tue Apr 09, 2024 7:12 pm

Invalid update site

Post 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?
Radu
Posts: 9431
Joined: Fri Jul 09, 2004 5:18 pm

Re: Invalid update site

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
dwongAtWork
Posts: 12
Joined: Tue Apr 09, 2024 7:12 pm

Re: Invalid update site

Post by dwongAtWork »

Thank you! All is good now.
Post Reply