Doctype is only for DTDs.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


Nathan Coast <[EMAIL PROTECTED]> wrote on 04/09/2003 07:21:07 PM:

> Hi,
> 
> POM validation, is there any reason why project.xml is validated using 
> pom:validate rather than adding a DOCTYPE element to the project.xml? 
> So allowing my xml editor to worry about the validity of my project.xml.
> 
> I tried adding this
> 
> <!DOCTYPE web-app
>    PUBLIC "maven-project"
>    "maven-project.xsd">
> 
> with maven-project.xsd in the same dir as the project.xml.  This didn't 
> work, but I'm assuming this is due to me knowing very little about xml, 
> rather than something wrong with the xsd.
> 
> thanks
> Nathan
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to