Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

importing xml through xslt fails : xsi:noNamespaceSchemaLocation="eExact-Schema.xsd"


This topic is 4867 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

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.

  • 5 months later...
Posted

The xsd should be RELATIVE (not absolute, and a stand-alone file) and located relative to the XSLT, so it can find it.

This topic is 4867 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.