Batfastad Posted July 1, 2004 Share Posted July 1, 2004 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. Link to comment Share on other sites More sharing options...
Garry Claridge Posted July 1, 2004 Share Posted July 1, 2004 CDML between Comment tags is not executed. All the best. Garry Link to comment Share on other sites More sharing options...
Batfastad Posted July 1, 2004 Author Share Posted July 1, 2004 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. Link to comment Share on other sites More sharing options...
Unable Posted July 1, 2004 Share Posted July 1, 2004 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, Link to comment Share on other sites More sharing options...
Batfastad Posted July 2, 2004 Author Share Posted July 2, 2004 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. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 7098 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now