Here's my understanding of how XML Schema validation occurs with EXI: An EXI processor converts an EXI-encoded XML instance document to an in-memory infoset. The in-memory infoset is then validated against the XML Schema. Do I understand correctly?
I heard that some EXI processors serialize the in-memory infoset to a file on the computer. That would be a huge security risk for my system. Are you aware of any EXI processors that serialize the infoset to a file on the computer? Or, does the EXI specification explicitly prohibit EXI-compliant processors from doing that?