March 8, 200817 yr We're trying to create a Filemaker file that will perform one task: importing reports that are in XML format. The reports are always in exactly the same format, and an XSLT file has been created that successfully does the job when referenced as an external file during the import process. Now we'd like to embed the XSLT file in the database. Yet every time we do this we get an error message: We've tried pasting the XSLT in a text field and we've tried pasting it directly into the relevant box in the Import XML dialog box that is part of a script. Any tricks we need to know, involving line endings or characters we need to escape in the XSLT language?
March 8, 200817 yr Author Attached is a screenshot of what we're trying to do. We want to place the XSLT code via the "Use XSLT stylesheet - Calculation" option in an Import Records script step.
March 8, 200817 yr There's no way to place XSLT code there; it must always be a file stored on a disk or hosted on a web server. The calculation here is meant to specify the path to the file or the http request dynamically.
Create an account or sign in to comment