[Laszlo-dev] Re: onrepeat actually is getting sent
Henry Minsky
henry.minsky at gmail.com
Mon Jul 18 14:54:59 PDT 2005
OK, the real bug is that the value of "Infinity" in the repeat
attribute is getting set to a String.
This is a builtin attribute in the lzx.rnc schema file, defined as
attribute repeat {xsd:integer {minInclusive="1"} | "Infinity" | constraint}? &
So ... who ought to be responsible for knowing this is a numeric type?
[Workaround is to use <animator repeat="${Infinity}" ... > ]
More information about the Laszlo-dev
mailing list