Set your skin to something else, and then back to the phpz skin, plus
do a hard refresh. It should work. There is something screwed in your config file (a bogus path to the phpz skin probably).
I've used the .exe tool to select the skin. The other skins work. I'll see if I can fix this.
GH> Please also grab the previous version of the chm, and get the phpz out
GH> of that. This phpz in CVS is an updated version, which was said to be GH> better.
The problem here is in DOCTYPE. IE doesn't recognize short public ID as it relies on additional URI to validate the document and to switch from compatibility mode to standards compliant.
Generated files in 13th xCHM doesn't have DOCTYPE at all! Since I'm unable to get DSSSL toolchain working on my machine (mostly because of memory and free space probems) I can't say why. Also I was unable to test XSL toolchain so I can't say which tools was used to produce the output and which changes has to be made to stylesheets, so the only way I can help is propose a patch for chm/make_chm_fancy.php
It is necessary to include system id along with public id in DOCTYPE declaration. Like this: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Does phpdoc have any test system to validate the output, so this test on <!DOCTYPE headers can be added?
This is completeley unrelated, since we are talking about the extended chm (htmlhelp folder in phpdoc, not the chm folder).
Goba
