Is there a standard way [a 'best practice'] for declaring a <project>
for an XML aware editor? 


[using JEdit 4.2 with the XML plugin]

I'm starting with:

<project 
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
 
xsi:noNamespaceSchemaLocation="http://maven.apache.org/maven-v3_0_0.xsd";
>

and the editor flags the noNamespaceSchemaLocation declaration as
incorrect.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to