August 29, 200520 yr We have a client who has set up web page delivery via XML/XSLT from FMU 5.5 on PC. It keeps stalling - FMU has to be restarted continuously. He wants to switch to v7 instead of paying for FMU 6 (which probably should fix his problems), and has done a reasonable job of converting his databases to v7, plus has installed FMSA7. He can demonstrate that all the server stuff is working. But now his XSLT won't deliver the data from the dbs. Can someone point me to exactly where I should look as to why FMU5.5's XSLT won't work with FMSA7's? Or if this is not a simple fix, could someone also let me know that? Thanks, Michael
August 30, 200520 yr Does he use server- or browser-side XSLT in v7? In his case, I would change to server-side XSLT and use the fmresultset grammar. This will bring the advantage that the users are not restricted to Internet Explorer only. However, he has to rewrite the XSLT pages to some part. He can even use the FMPXMLRESULT grammar, but this one is not as flexible as the fmresultset grammar.
August 31, 200520 yr Author Thanks Martin, browser-side in v6. fmresultset - that is probably the best way to go, but is there a doc that explains the code changes necessary? Also, why, once he has changed his URLs, can't his old XML/XLST work? I haven't gone too deeply into this, but my reading indicates that the old client-side v6 method should still work with v7, but it doesn't. This would be a quick fix for him, while redesigning to the server-side approach. Is there some information that goes into detail on the changes necessary for both approaches? Michael Edited August 31, 200520 yr by Guest
August 31, 200520 yr The FMSA Custom Web Publishing Guide on the CD with FMSA. Or you can download it from FMI's website: http://www.filemaker.com/support/product/documentation.html
September 11, 200520 yr Author Thanks Martin, I expected that was the only material. It would be nice if one of you guns put out a book. Michael
Create an account or sign in to comment