April 6, 201114 yr Hi ! I am trying to import a xml-file like this, but FileMaker errors. It has something to do... with this part in the xml : xsi:noNamespaceSchemaLocation="eExact-Schema.xsd" When I manually remove this part, the import works perfectly. I might be able to do this with the Troi-Fileplugin, but I'd rather solve the problem at the heart/root. My questions : - what is this xsi-thing ? Is the value : 'noNamespaceSchemaLocation' common ? - How do I solve the problem ? ----sample xml----- <?xml version="1.0" encoding="UTF-8"?> <eExact xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="eExact-Schema.xsd"> <GLEntries> <GLEntry entry="11300007" status="E"> </GLEntry> </GLEntries> </eExact> ----sample xml----- TIA
April 6, 201114 yr Where exactly are importing from? I believe there should be a "eExact-Schema.xsd" document in the same directory where the source XML document lives.
October 4, 201114 yr The xsd should be RELATIVE (not absolute, and a stand-alone file) and located relative to the XSLT, so it can find it.
Create an account or sign in to comment