Re: svn commit: r463577 - /incubator/ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r463577 - /incubator/ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml

David E Jones-2

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

Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r463577 - /incubator/ofbiz/trunk/applications/party/script/org/ofbiz/party/contact/PartyContactMechServices.xml

hansbak-2
Thanks for the comment,  scanned all xml files and reverted others back as
wel....

On Friday 13 October 2006 16:34, David E Jones wrote:

> 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