In cases where a set of WebHelp Responsive pages need to be updated on a regular basis to deliver the latest version of the documentation, the WebHelp pages should always be requested from the server upon re-loading it in a web browser on the client side, (rather than re-using an outdated cached version in the browser).
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" /><!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
</head>
</html>webhelp.fragment.head parameter and set it to the
absolute path of your XML file.<head> element of your output document.