Author Login
Post Reply
Hi all--
Is this the intended effect of multiple <local>s within the same scope?
<property name="who" value="fred"/>
<sequential>
<!-- 'who' is 'fred' here...[OK]-->
<local name="who"/>
<!-- 'who' is undefined here...[OK]-->
<property name="who" value="barney"/>
<!-- 'who' is 'barney' here...[OK]-->
<local name="who"/>
<!-- 'who' is undefined here?...[EH?]--> <!-- [?] -->
<property name="who" value="mrstone"/>
<!-- 'who' is 'mrstone' here?...[EH?]--> <!-- [?] -->
</sequential>
Thanks,
The Wabbit
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@(protected)
For additional commands, e-mail: dev-help@(protected)