[xsde-users] xml_schema namespace conflict problem

Boris Kolpackov boris at codesynthesis.com
Thu Aug 6 07:44:45 EDT 2015


Hi Oliver,

Jones Oliver <Oliver.Jones at helvar.com> writes:

> The question is how do I harmonise the xml_schema namespaces when using
> xsd and xsde side by side?

You map them to different C++ namespaces:

xsd ... --namespace-map http://www.w3.org/2001/XMLSchema=xml_schema_xsd

xsde ... --namespace-map http://www.w3.org/2001/XMLSchema=xml_schema_xsde

Boris



More information about the xsde-users mailing list