| Re: [emf-dev] Namespace validation |
Please use the EMF newsgroup to ask questions.news://new.eclipse.org/eclipse.tools.emfPerhaps it's as simple as registering the XyzPackage.eINSTANCE with null as the key in the resource set's package registry. binums wrote: I am using EMF to parse and validate XML, our XML might contain name space or null. I would like the file to be parsed in either case without any error . How to skip the namespace validation. |