You would have to create an intermediate attribute that binds to the (possibly replicated) path constraint and then bind your text field to a calculation on that attribute. Something like:

  <attribute name='intermediate' value="$path{...}" \>
  <attribute name='text' value="${Number(intermediate) * 5 / 9}" />

On 2006-10-31, at 02:13 EST, Robin Sheat wrote:

Hi. how can I do something like:

... text="${(path{'degf'}-32)*(5.0/9.0)}"

and have it work?

Robin.

Reply via email to