Closed psotres closed 8 years ago
Ok, thanks.
Could you please release a new minor version on npm including those changes?. Thanks
I already did it just after merging, cf https://github.com/albanm/node-libxml-xsd/releases/tag/v0.5.1
If I'm not wrong that tag seems to be from before the merging
Sorry, I misread !
Done.
When you load and already loaded schema (or an schema with a dependency already loaded), it prints a warning message on the stdout (it's part of libxml, so it can be controlled with node).
test2.xsd:3: element import: Schemas parser warning : Element '{http://www.w3.org/2001/XMLSchema}import': Skipping import of schema located at 'test.xsd' for the namespace '(null)', since this namespace was already imported with the schema located at 'in_memory_buffer'.
This pull request removes those warnings