[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]

built-in `if' (Re: WML 1.99.3)



  Hi,

I found a trouble with WML 1.99.3.

--- foobar.wml ---
<set-var c="foo bar">
#include "abcxyz.wml" z="foo bar"
------------------

--- abcxyz.wml ---
# This is OK
<if "<get-var a>" "a=<get-var a>"
 <if "<get-var b>" "b=<get-var b>"
  <if "<get-var c>" "c=<get-var c>"
>>>

# This is NG!
<if "$(x)" "x=$(x)"
 <if "$(y)" "y=$(y)"
  <if "$(z)" "z=$(z)"
>>>
------------------

I expected the output should be below.

> % wml foobar.wml
> c=foo bar
> z=foo bar

But in fact it is below.

> % wml foobar.wml
> /usr/lib/wml/exec/wml_p2_mp4h: /tmp/wml.16587.tmp2.wml: 49: Warning:/tmp/wml.16587.tmp2.wml:49: Excess arguments to built-in `if' ignored
> c=foo bar
> bar

Thanks!
--Nobuyuki Tsuchimura
______________________________________________________________________
Website META Language (WML)                www.engelschall.com/sw/wml/
Official Support Mailing List                   sw-wml@engelschall.com
Automated List Manager                       majordomo@engelschall.com