All Implemented Interfaces:
com.github.jknack.handlebars.Helper<Object>

public class FormatXmlHelper extends AbstractFormattingHelper
Handlebars helper to allow xml to be formatted :

```handlebars {{#formatXml format='pretty'}} // Badly formatted XML {{/formatXml}} ``` `format` can be `pretty` or `compact` and defaults to `pretty`