// render the view to the response
String XMLDECL = Util.getXMLDECLFromFacesContextAttributes(ctx);
if (null != XMLDECL) {
// Do not escape.
writer.writePreamble(XMLDECL);
}
String DOCTYPE = Util.getDOCTYPEFromFacesContextAttributes(ctx);
if (null != DOCTYPE) {
// Do not escape.