How create an EXI file out of an XML and several XSD files? -


i using exificient convert xml data exi. works great xml , xsd pair, not works when try use xsd composed of 2 others xsds (<xs:import namespace=...), composed of others xsds.

can flatten these xsds manually ? (xsds newbie here, read <xs:import... flatten application not work.)

if know exificient, possible use multiples xsds ?

you can try having 1 xsd file "root" import xsds (so no nested xsd). , give xsd file exificient.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -