>
> <def tag="s2">
> <div merge-attrs param="content" class="a1">
> </div>
> </def>
> <def tag="s1">
> <s2 param class="s12">
> not
> </s2>
> </def>
> <s1 class="s1">
> <s2: class="s2">very
> </s2:>
> </s1>
>
this produces:
<div class="a1 s12 s2 content">
</div>
quite confused at this.
(not to mention you can even param a param content)
like
<s1>
  <content: param>
  blahblahblah
  </content:>
</s1>
what's the rule of evaluating the merge-attrs and param replacement?
I'm quite confused.



-- 
http://hi.baidu.com/femto

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