Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Outdated DTD
Outdated DTD [message #312284] Mon, 05 February 2007 15:06 Go to next message
No real name is currently offline No real nameFriend
Messages: 38
Registered: July 2009
Member
The DOCTYPE definition of an XML page includes a URL to a .dtd file on the
web. Eclipse still refers to an outdated version of the DTD, as exhibited by
the fact that it gives me XML validation warnings because I'm entering
things that don't match up to the old DTD.

However, the current version of the DTD that's obtained by going to the URL
in the DOCTYPE gives the updated version I want now. Is there a way to tell
Eclipse that it should reread the DTD from the site? (Shouldn't Eclipse be
doing this anyways?) I tried reopening Eclipse, but it doesn't solve this
problem.

Thanks.
Re: Outdated DTD [message #312951 is a reply to message #312284] Mon, 26 February 2007 16:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: krzysztofHMMMMdaniel.gmail.com

It is all because eclipse caches the dtd.

You may try to launch eclipse with -clean parameter.

Or check eclipse window->preferences if there is any cache to dtd files.

HTH,
Chris
Re: Outdated DTD [message #312957 is a reply to message #312951] Mon, 26 February 2007 19:15 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse5.rizzoweb.com

Krzysztof Daniel wrote:
> It is all because eclipse caches the dtd.
>
> You may try to launch eclipse with -clean parameter.
>
> Or check eclipse window->preferences if there is any cache to dtd files.

-clean only deals with the cache of plugins and features, so it won't
help here. The Preferences related to DTD caching are Internet > Cache

Hope this helps,
Eric
Previous Topic:Obtaining eclipse installation directory
Next Topic:adding help to common navigator
Goto Forum:
  


Current Time: Thu Aug 29 23:25:49 GMT 2024

Powered by FUDForum. Page generated in 0.03453 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top