I have now also succeeded in creating DRYML extensions that allow for
automatic wrapper-strings to wrap child elements depending on number
encountered...

<def tag="me" join="," wrap-single="{::::}" wrap-multi="[::::]">
  <you/>
  <you/>
</def>

<def tag="him" wrap-single="{::::}">
  <you/>
</def>

<def tag="you">
  you
</def>

---

<me/> renders as: [you, you]
<him/> renders as: {you}

--

Should I submit a patch for these enhancements?

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