I'm new with QlikView and I have this problem. I wrote a little Java program that converts my various data to a BM.xml file. I have to import this file in QlikView preferred but it doesn't work: my xml file contains some empty element like <Fmt/>, <Dec/> and <Thou/> that Qlik doesn't like!!! If I convert (manually) these elemens to <Fmt></Fmt>, <Dec></Dec> and <Thou></Thou> it works!!!
I think that the xml parser should be standard, do you know what I must to do?