Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

Featured Replies

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

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...

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

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.