At 09:22 AM 8/19/2005, David Jackman wrote:
Thanks for this--it works wonderfully.  Is there a similar schema
available for maven.xml?


... snip ...

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

AFAIK there is no XML schema for maven.xml files, most likely because the syntax forms that can appear in such files are so varied that attempting to catalog and maintain them would be pointless. A large proportion of the content would have to be declared "any" or "lax". Sorry. :-)

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

Reply via email to