Jump to content
Server Maintenance This Week. ×

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


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

Recommended Posts

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

Link to comment
Share on other sites

  • 5 months later...

This topic is 4586 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.