|
From: Jon M. <te...@jo...> - 2004-04-25 06:38:49
|
> =93The markup declarations contained or pointed to by the document = type=20 > declaration must be well-formed=94 I think MyEclipse's XML editor probably tries to validate, but perhaps=20= can't get to the DTD that is being pointed to. Perhaps offline? Either way, their XML editor is not particularly good . For example,=20 you should be able to setup an XML catalog mapping documents to DTD's=20 on your local system, but you can't. You can, rather sadly, get around=20= it like this. Grab the DTD, and rename it to:=20 "http___www.springframework.org_dtd_spring-beans.dtd" Exactly. Then=20 copy that file into MyEclipse's=20 plugins/com.genuitec.eclipse.xmen_3.7.2/dtd directory. Restart the=20 IDE. Regards, Jon= |