iacon Posted March 2, 2006 Posted March 2, 2006 I want to be able to export the found sent in a returned search on my site. After a search the site goes to a list of the records, this is the found set I want to export. Is there a way to do this? I've have a look at other threads that make out that it can be done but aren't specific. I created the site using the Site Assistant so it is not very complex.
Martin Brändle Posted March 2, 2006 Posted March 2, 2006 This needs some custom XSLT programming. You need to offer a download link that performs the same query again, but calls another XSLT stylesheet. Check the FMSA CWP Guide, Appendix C, page 148, section CDML tag name: Link. If you have also FMU6 still somewhere, you might check the CDML reference database for all parameters that are possible with FMP-Link. This stylesheet then can transform the XML result set tree into the desired format. If the format is XML, you need to include instead of ; if the format is some text format or of a certain mime-type, you need instead of . Of course you can replace UTF-8 with your prefered encoding.
Recommended Posts
This topic is 6839 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