I'm using RH11, and my employer wants to publish our software for our December 1 release in about 50% WebHelp and 50% .CHM format. They said that they are having issues with the .chm format files having compatibility on/compatibility off with different versions of IE that our customers are using, where customers will get a "Compatibility View Settings" window depending on whether they have that on or off. Because of that, they want me to change the beginning of each HTML file from this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
to this: <!DOCTYPE HTML>
Is there a fast way to do this? One of my pieces of software has 448 HTML topics!
I tried search and replace, but that did not work. They want this done regardless of whether the end release will be HTML or .chm.
Thanks!