On 2009-11-12, at 16:58, Rami Ojares / AMG wrote:

> So would other kind of referring to objects under lz use the same syntax
> Eg.
> 
> |lz.Audio.playSound('poof') would become
> ||<Audio>.playSound('poof')
> 
> Also this would mean that one needs to use more of those <![CDATA[ ... ]]>
> because xml does not like < and > other than as tag markers.
> But that's not a biggie since you have to use them most of the time already.
> 
> It is a nuisance in attributes however because there you can not use CDATA 
> tags
> Eg. <view someAttr="${<Browser>.getInitArg(..)}"/>
> 
> But one could still use lz.Browser in those situations.
> 
> Then again two ways to do the same thing adds complexity and confusion ...

Yeah, looks like this is not a good idea.


Reply via email to