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.

Featured Replies

I am getting nothing more than the 'XML/XSL information is not enough to proceed with import/export' error when importing the attached XML file with the XSLT file. The XML file is a cut down version of a data download I need to be able to import monthly. I would be very grateful of any help as to where I am going wrong. 

Thanks in advance.

 

 

 

clients-transform.xslt

CRM_Download-test.xml

The XML file is a cut down version of a data download I need to be able to import monthly.

​How far cut down is it?

The reason for the error is that XML is case-sensitive and Filemaker expects the fields defined in the METADATA section to look like this:

<METADATA>
    <FIELD NAME="Id" TYPE="TEXT"/>
    <FIELD NAME="Type" TYPE="TEXT"/>
    ...
    <FIELD NAME="PhoneNumber2" TYPE="TEXT"/>
</METADATA>

instead of:

<METADATA>
    <Field NAME="Id" TYPE="TEXT"/>
    <Field NAME="Type" TYPE="TEXT"/>
    ...
    <Field NAME="PhoneNumber2" TYPE="TEXT"/>
</METADATA>

Once you fix that, you will be able to execute the import - but no data will be imported using the XML source you have attached, because the path in the instruction:

<xsl:for-each select="ABCLifeDataFeed/Advisers/Adviser/Clients/Client">

does not lead anywhere (there are no Advisers or Adviser nodes in the document).

  • Author

Thank You Comment, I had read somewhere that XML was case sensitive, but did not know that the likes of 'FIELD' was required to be in caps. Just a novice when it comes to XML stuff! Yes this was a cut down version of the original file and yes forgot to remove the Advisers/Adviser/.

Thanks again! I'm back on track.

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.