context is what 'this' is.  contexts can be to different models or to a 
method/field within a model or well, anything.  context changes apply to the 
scope of the tag that initiates them.

<a:owner /> will have context of whatever the owner method returns for 
whatever the previous context was and will return to the previous context 
after the tag close, immediately in this case.  the whole current context 
thing is one of the gorgeous things about dryml.  doing away with for loops 
and the temporary variables they entail is worth it in readability alone.

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to