January 28, 200520 yr I have custom published databases (converted from FM6) and I am trying to use cookies to pass the user's privileges thourgh the pages. In FM6 I had a code [FMP-IF: CurrentCookie:web_access .cn. Delete] which worked fine. When conveted to xsl, the code looks like this <xsl:when test="contains(fmxslt:get_cookie('web_access'), 'Delete')"> And it is not working. It is not the if statement, it looks like the cookie cannot be set/retrieved at all. Thank you for your help!
January 29, 200520 yr Is content buffering turned on (see FMS7A Custom Web Publishing Guide, p. 58 and 63)? Add the <?xslt-cwp-buffer buffer-content="true"?> processing instruction on the second line of your xslt stylesheet. Martin
Create an account or sign in to comment