bchaplin Posted March 8, 2008 Posted March 8, 2008 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?
bchaplin Posted March 8, 2008 Author Posted March 8, 2008 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.
Mikhail Edoshin Posted March 8, 2008 Posted March 8, 2008 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.
Recommended Posts
This topic is 6104 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 accountSign in
Already have an account? Sign in here.
Sign In Now