May 25, 200619 yr Hi.. I'm using CWP and xsl stylesheets to view records, but I can't get the xsl code to display the fields formatting I applied in the FMP database. For example, I have a summary field that calculates the average, in the FMP db the average formats as 2 decimal place (i.e, 34.55), however in the xsl formatting I get 34.5549785945. I've tried using html_encode and break_encode and they don't work. In the old FMP 5.5 w/CDML I could just add use [FMP:field, format]. The CDML converter says this is no good, and converts using html_encode, but that doesn't work. Any suggestions would be greatly appreciated. thanks
May 25, 200619 yr Author Well it seems that I need to use formatting provided by XSL Transformations (XSLT)Version 1.0 This code formats the field kevin
Create an account or sign in to comment