On Oct 13, 2006, at 7:51 AM,
[hidden email] wrote:
> --- incubator/ofbiz/trunk/applications/party/script/org/ofbiz/party/
> contact/PartyContactMechServices.xml (original)
> +++ incubator/ofbiz/trunk/applications/party/script/org/ofbiz/party/
> contact/PartyContactMechServices.xml Thu Oct 12 23:51:56 2006
> @@ -16,8 +16,8 @@
> under the License.
> -->
>
> -<simple-methods xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
> - xsi:noNamespaceSchemaLocation="
http://www.ofbiz.org/dtds/
> simple-methods.xsd">
> +<simple-methods xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
> + xsi:noNamespaceSchemaLocation="../../../../../../../framework/
> minilang/dtd/simple-methods.xsd">
Hans: could you change these 2 lines back?
BTW, you can avoid having to change these and still have local XSD
validation (ie without an internet connection, etc). If your XML
editor doesn't support this you might want to consider a different one.
-David