March 2, 200619 yr 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.
March 2, 200619 yr 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.
Create an account or sign in to comment