chad
unread,Mar 21, 2012, 5:28:41 PM3/21/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dotliquid
I have 2 problems when using DotLiquid:
1. It's not very forgiving as far as white space is concerned. I have
a template with " -%}" at the end of line and it works as expected.
Well, when I miss the space before "-%}" or have an extra space after
"-%}", it stop working. Well, it took me quite a while to figure it
out. If you manually edit the template, such white space is very
likely.
2. I kind of understand the reasoning behind the base class "Drop".
But it is too much to ask if you have a bunch of existing classes you
want to use (especially if you are not the author of these classes).
Why not just give user options when choosing classes and properties?
(like Only Classes derived from Drop, decorated public/internal
classes, public properties/field, and so on...).