Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [emf-dev] Namespace validation

Please use the EMF newsgroup to ask questions.
news://new.eclipse.org/eclipse.tools.emf
Perhaps 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.
  

Back to the top