I am using the Eclipse WTP (http://www.eclipse.org/webtools/). It has good support of the XML. I don't know if it can do local resolution, may be it needs some configuration setting. My kludge got me going for now.
Regards, Vinay Agarwal -----Original Message----- From: David E. Jones [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 12:10 PM To: [email protected] Subject: Re: xsd location change in all files What do you mean by "with Eclipse"? Eclipse doesn't really have an XML editor in it, so in other words: which XML plugin are you using? Most XML editors, decent ones anyway, support local resolution that doesn't require changes to the schema location in the XML files, which is important as those are meant to be generic and not changed. -David Vinay Agarwal wrote: > As a temporary fix, for developing forms with Eclipse, I changed the > location in the form being developed to > file:///c:/ofbiz/framework/widget/dtd/widget-form.xsd and restarted Eclipse. > I will change it back at a later time. > > Regards, > Vinay Agarwal >
