Hi http://www.symfony-project.org/schema/routing/routing-1.0.xsd is missing.
I'm using Eclipse PDT and for convenience I have all Symfony2 schemas registered in XML Catalog. But there's problem in how it works with schemaLocation (which is generated by default in application configuration files). This attribute takes precedence over XML Catalog, so if its specified Eclipse only fetches resource from that external location. Than - in case of an error - it doesn't even try to use XML Catalog which makes code completion and validation inoperative. Also, most of existing XML Schemas at http://www.symfony-project.org are obsolete - that also breaks cc and validation. I know its still heavy development time, but all the things I wrote above (in Eclipse all of that is automatic) could be really annoying for inexperienced developer. IMHO schemaLocation shouldn't be defined at all. Symfonys XML Schemas will evolve and change for sure (even after stable release), but their URIs don't... let the users resolve that. . P.S. Quick fix to complaint above is to delete schemaLocation declaration in configuration files. Cheers -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
