Tangerine::XML (Class)

In: tangerine.rb
Parent: Tangerine

Specialized Tangerine for XML generation.

By default, all values will be escaped suitable for inclusion in a XML document (< gets &lt;, > gets &gt;, etc…). This can be overriden giving the !-flag in a tag.

Uses String#xml_escape.

Methods

escaper  

Public Instance methods

[Source]

     # File tangerine.rb, line 274
274:     def escaper
275:       ".xml_escape"
276:     end

[Validate]