March 30, 201114 yr Newbies Hi everybody I d'ont understand why, but when i'm trying to import XML data in filemker, using an xslt file, no data is found and then no record are imported. The xslt files seems good (no errors, after two days of nightmare trying) You will find attached the xml file structure (with only 2 data) and the xslt file Thanks in advance for your answers steph importXML-XSLT.zip
March 30, 201114 yr 1. Remove all non-breaking spaces (character #160) from your XSLT. 2. 'http://www.w3.org/1999/XSL/Transform' is a URL; it cannot contain a carriage return or spaces.
Create an account or sign in to comment