<% Doctype doc= Doctype.valueOf("HTML_5");
doc.toRequest(request);
%>
<%= Doctype.fromRequest(request).getDeclaration() %>
doc.toRequest(request);
%>
<%= Doctype.fromRequest(request).getDeclaration() %>
private String convertToString(InputStream inputStreamObj) throws IOException { if (inputStreamObj != null) { ...
This does not work in adobe cq5.4 version
ReplyDeleteany workaround for that
<%= Doctype.fromRequest(request).getDeclaration() %> - what is the use of writting this...Please explain ..
ReplyDelete