Minify Whitespace
?
Flag for whether to minify whitespace.
Remove Xml Comments
?
Flag for whether to remove all XML comments.
Render Empty Tags With Space
?
Flag for whether to allow the inserting space before slash in empty tag.
Collapse Tags Without Content
?
Flag for whether to collapse tags without content (for example, <node></node>
is transforms to <node/>
).