Ruby on Rails
ActionView

Action View templates can be written in two ways. If the template file has a .rhtml extension then it uses a mixture of ERb (included in Ruby) and HTML. If the template file has a .rxml extension then Jim Weirich’s Builder::XmlMarkup library is used.

See http://rails.rubyonrails.org/classes/ActionView/Base.html