Class XMLOutputFormat

Direct Known Subclasses:
XHTMLOutputFormat

public class XMLOutputFormat extends CommonMarkupOutputFormat<TemplateXMLOutputModel>
Represents the XML output format (MIME type "application/xml", name "XML"). This format escapes by default (via StringUtil.XMLEnc(String)). The ?html, ?xhtml and ?xml built-ins silently bypass template output values of the type produced by this output format (TemplateXHTMLOutputModel).

This class was final before 2.3.29.

Since:
2.3.24