PyXB-Users,

I have a problem re-generating bindings in the presence of an old
archive file.  In effect, the bindings generated in the second run are
dependent on that old archive file, which get overwritten by the
archive file created in the second run.  When I attempt to use those
bindings, an error message about a missing type definition is printed.

I've tried to use the --no-load-namespace option to prevent the
dependency on that old archive file from being created.  It works when
the namespace is specified using an URN but, since the authors of the
schemas in question don't consistently use URNs for the namespaces,
the schemas with invalid namespaces are made dependent on the old
archive.

Is there a way to get pyxbgen to accept non-URN namespace values for
schemas?  If not, is there a way to tell pyxbgen to ignore a
particular archive file?

Regards,

Arne

------------------------------------------------------------------------------
_______________________________________________
pyxb-users mailing list
pyxb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyxb-users

Reply via email to