David,
you are right, we still need to keep a copy of the dtd in the web
site... ok, for now I've reverted the commit, so that we can elaborate a
better solution.
Thanks for your feedback,
Jacopo
David E Jones wrote:
Because SVN runs over http there is an easier way to build these URLs,
for example:
http://svn.apache.org/repos/asf/ofbiz/trunk/framework/base/dtd/ofbiz-containers.xsd
Still, I'm not sure we can totally avoid keeping these files on the web
site. We need to point all of the XML files to some location available
on the internet. We could perhaps change all of the schema locations in
the XML files to point to the URL as above, but that would put more of a
load on the svn server. I guess that should be manageable, so maybe this
is way to go for the future to make things easier to manage...
-David