I am using EXIficient to convert XML data to EXI.
It works great for an XML and an XSD pair, but does not works when I try to use a XSD composed of 2 others XSDs (<xs:import namespace=...
), which are themselves composed of others XSDs.
Can I flatten these XSDs manually ? (XSDs newbie here, I read that with <xs:import...
flatten application do not work.)
If someone know EXIficient, is it possible to use multiples XSDs ?