embeding cdml tags -
01-26-2007
, 01:25 PM
Not being able embed cdml tags inside cdml tags or use variables in
them is really killing me. I was going to do something like:
[FMP-If: [FMP-CurrentDatabase].Eq.dp1.fp6]
[FMP-Include: dp1.htm]
[FMP-ElseIf: [FMP-CurrentDatabase].Eq.db2.fp6]
[FMP-Include: dp2.htm]
[/FMP-If]
Where dp*.htm contains a hardcoded list of fields and values for that
database. Naturally this does not work since I cannot embed tags like
that. But this seems like something you would really want to do to
keep from hardcoding stuff and to make it more dynamic. Am I missing
something? |