Fammel
Fammel copied to clipboard
A Haml parsing library for PHP
They can only contain literals. Also: - Attribute lists cannot span multiple lines - Have no built-in shortcuts like `:selected => false` instead of `:selected => "selected"`.
I'm writing a WordPress HAML-plugin under GPL2 and i'm wondering if I can include Fammel parser to that plugin.
We should have $this->process_escape instead
Stolen from the HAML Reference: The forward slash character, when placed at the end of a tag definition, causes the tag to be self-closed. For example: ``` %br/ %meta{'http-equiv' =>...