Page 1 of 1

HttpException Error About DocBook DTD

Posted: Tue Mar 15, 2011 7:03 pm
by gymac
Hi all,

My article-type document worked fine yesterday afternoon. But this morning when I open up the same article file in Oxygen, there is an error shows at bottom:

F[Xerces] HttpException -The host did not accept the connection within timeout of 2000ms (http://www.docbook.org/sgml/4.2/soextblx.dtd).

I don't know what went wrong here, is the docbook link down? Also, I just declared a article type document myself, why does it refer to dockbook type DTD?

I would be very grateful if someone could give some help here, thanks a lot!

Re: HttpException Error About DocBook DTD

Posted: Tue Mar 15, 2011 7:26 pm
by gymac
Hi guys, I worked out this problem by commenting the line that is referring to that docbook dtd, then everything worked, sorry for the confusion!

Re: HttpException Error About DocBook DTD

Posted: Wed Mar 16, 2011 10:59 am
by adrian
Hello,

It is generally a good practice to keep a local copy of the remote DTDs/schemas and an XML catalog that resolves the remote URLs to the local files.

A guide on setting up XML catalog files can be found here:
http://www.oxygenxml.com/doc/articles/H ... gFiles.pdf

Then you can configure them in Oxygen as described here:
http://www.oxygenxml.com/doc/ug-oxygen/ ... talog.html

Regards,
Adrian