Hijack Posted March 23, 2010 Posted March 23, 2010 I'm hitting a problem that should be relatively simple but it's beating me so I'm sure I'm doing something woefully wrong. When attempting to export to XML in a script, you have to set the Grammar and XSL stylesheet options. I'd like to store the stylesheet in a container and drop it before export to use in the next few steps. Makes the database much more portable. Easy enough to drop and I can drop the xslt file in whatever app folder FileMaker has launched from (via Get (FileMakerPath) ). That works great. Then, on my main data export step where I reference that stylesheet, it's failing unless I specifically hard code code the xslt file location in the "file" option. If I set a variable to Get ( FileMakerPath ) & "format.xslt" and then reference that variable in the Calculation option then it fails with error 719. The calculation option says "File or HTTP request specified by calculation". Am I reading this wrong? Thanks
Recommended Posts
This topic is 5358 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