you can do the same thing.  context changes support multiple changes like 
that.  

    <view:account.contact_name />

or if you need the child for awhile 

    <do:account>
      some stuff
      <view:contact_name />
    </do:acccount>

you don't need the :account on the closing tag but I like to do that as it's 
easier to spot matching pairs and keeps it xml valid.

-- 
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