Jump to content

This topic is 7519 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

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.

Posted

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,

Posted

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.

This topic is 7519 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.