Hello all, For this: <def tag="s1"> <div param="content" class="a1" merge-attrs> </div> </def> <s1 class="s1"> <content: class="s2">very </content:> </s1> It produces <div class="a1 s1 content s2">very </div> For this:
<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> (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. (I have asked, but not quite useful result). Is there any spec for dryml?, what's the rule of evaluation order? -- 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.
