Hobo converts from XML convention to Ruby convention in DRYML. In other words, specify things with dash(-) in DRYML rather than using underscore.
Bryan On Sat, Feb 23, 2013 at 12:48 PM, Alex Greif <[email protected]> wrote: > Hi, > > the following renders without problems: > <do part="something"> some text </do> > > the following throws an exception: > <do part="some_thing"> some text </do> > > > error message: > invalid part="some_thing" attribute on <do> -- at > app/views/admin/items/show.dryml:5 > > is this a bug, or are underscores reserved for some other cases? > > ALex. > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/hobousers?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
