cex file import: empty object intents not parsed correctly
Status: Alpha
Brought to you by:
upriss
If in an .cex file one object intent is empty, the XML library saves it in the form „<Intent />“ as empty tag. But fcastone expects an opening and a closing tag. The attached patch solves the problem for me. Maybe there is a better solution. As equal XML files can have a very different ASCII representation I'd suggest to use a real XML parser.
Patch that allows objects with empty intent for .cex files