[Petal] Strange parsing of HTML

Jean-Michel Hiver jhiver@mkdoc.com
Fri, 16 Aug 2002 10:41:51 +0100


Hi William,

  This following line in the file you sent me is not correct:

<input petal:attr="name string:first_name${__count__}"
       petal:attr="value student.first_name"
       type="string" />

  This is because you cannot have two attributes which have the same
  name in a tag. You should write:

<input petal:attr="name string:first_name${__count__};
                   value student.first_name"
       type="string" />

I have fixed the $__count__ bug and I'll continue investigating the
test file and script which you've sent...

Cheers,
-- 
IT'S TIME FOR A DIFFERENT KIND OF WEB
================================================================
  Jean-Michel Hiver - Software Director
  jhiver@mkdoc.com
  +44 (0)114 255 8097
================================================================
                                      VISIT HTTP://WWW.MKDOC.COM