florindaniel
Programmer
Hello,
I've noticed everything works fine using XMLAdapter, LoadXML and ToCursor if I import a XML file onto a database, except the situations when:
- the XML file contains xmlns=" or
- the XSD file contains targetNamespace="
In this case the structure of the tables is OK but no record is imported. If I manually edit the files and delete those espressions all works fine.
Any idea please? Is there some property I need to set?
Thank you,
Daniel
I've noticed everything works fine using XMLAdapter, LoadXML and ToCursor if I import a XML file onto a database, except the situations when:
- the XML file contains xmlns=" or
- the XSD file contains targetNamespace="
In this case the structure of the tables is OK but no record is imported. If I manually edit the files and delete those espressions all works fine.
Any idea please? Is there some property I need to set?
Thank you,
Daniel