July 1, 200421 yr This is just a quick one... When I do a CDML If statement, I like to do HTML style comments so when I view the source, I can track the route the web companion took through the CDML code. Unfortunately the HTML style comments don't show up... [FMP-If: FOO .eq. TEST] <!-- FOO = TEST --> rest of CDML/html code in here... [/FMP-If] Anyone know why? Anyone know how to rememdy this? Using FileMaker Unlimited 5. Thanks in advance.
July 1, 200421 yr Author I'm talking about comments between CDML tags. Just to highlight my HTML code. Not commenting out CDML! The HTML comments just seem to be stripped out.
July 1, 200421 yr If the first doesn't work, I look for a second. Try setting them outside the CDML <!-- FOO = TEST --> [FMP-If: FOO .eq. TEST] rest of CDML/html code in here... [/FMP-If] But then, wadda I know,
July 2, 200421 yr Author Yeah it works out side the If statement, but I've got a set of 9 or so nested if statements, so obviously none come out. Pretty annoying as I like to be able to view the HTML source of the resulting page to track the flow of the web companion through the CDML code.
Create an account or sign in to comment