[ic] why isn't my loop-data being interpolated?

kenshin@planetanime.com interchange-users@icdevgroup.org
Wed Oct 23 21:29:00 2002


> At 06:55 PM 10/23/02 -0500, you wrote:
[...]
>
> Mike, the double quotes inside of the double quotes results in
> incorrect parsing. Try replacing say the arg quotes with the pipe
> character, i.e., arg=|...|.
>
> Yves Beaudoin, Ph.D., President,

I tried both adding pipes, removing the quotes around the entire href and
both.  It doesn't seem to make any difference.
Here's what i tried:
----= Partial code block =-------------
<a href=[area href=scan
            arg=|
              fi=products
              st=db
              co=yes

              sf=category
              se=[catlist-data cat name]
              os=yes

              sf=prod_group
              se=[sql-param name]
              os=yes
            | interpolate=1] class="maintext">[catlist-data cat name]</a>
----= Partial code block =-------------