I really have two questions
1 ) I want to use HAML to render arbitrary XML documents, not super
fancy XML, but I want to use it instead of builder, I don't see a lot
of references to anyone doing it.  Is this madness?
2 ) To use it the way I want I would like to be able to specify tags
programmatically.
For example, something like

%wrapper
  - some_hash.each do |key,value|
    %#{key}= value

Seems like I am missing something but I can't figure out how to do
it.  Skimmed haml source but I don't see an escape or override for
this.

Thanks in advance (did I mention I like HAML a lot)
-chick

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Haml" 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/haml?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to