I wanted to produce the following
<form action="" method="post">
<label for="naam"></label>
<input type="text" name="naam" id="naam" />
<label for="naam"></label>
<input type="text" name="naam" id="naam" />
</form>
by typing:
form:post>(label[for=naam]+input:t[name=naam]#naam)*2
I had thought if:
form:post>(label[for=naam1]+input:t[name=naam1]#naam1)+(label[for=naam2]+input:t
[name=naam2]#naam2) would work, why not multiplication.
Is this a shortcoming, just not programmed or am using the wrong syntax?
Original issue reported on code.google.com by vichingo...@gmail.com on 25 Nov 2010 at 9:31
Original issue reported on code.google.com by
vichingo...@gmail.com
on 25 Nov 2010 at 9:31