DRYML has to be valid XML, which is stricter than HTML. If I remember correctly, you need an even number of dashes in XML.
I generally prefer the <%# ... %> comment form, and only use <!-- ... --> when I want the comments to be visible in the generated HTML. Bryan On Tue, Sep 13, 2011 at 10:57 AM, Donald R. Ziesig <[email protected]> wrote: > <!------------------------> > <!-- This is my comment --> > <!------------------------> > > The parser fails and reports the following unconsumed characters: > > <!-- This is my comment --> <!------------------------> > > I have used comments like this in .html.erb in RoR, but I think this is the > first time I tried it in a .dryml file. > > Comments anyone? > > Don Z. > > -- > 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. > > -- 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.
