Documentation Error\n" ."
The path '$path' is bad.
\n"); html_footer("../"); } } else { $fp = fopen("docfiles$path", "rb"); if (!$fp) { if ($type == "html") { html_header("Documentation Error", "../"); print("Unable to open path '$path'.
\n"); html_footer("../"); } } else if ($type == "html") { html_header("Documentation", "../"); $saw_body = 0; $last_nav = 0; while ($line = fgets($fp, 1024)) { if (strstr($line, "")) { break; } else if ($saw_body) { if (strstr($line, ">ContentsPrevious") || strstr($line, ">Next")) { if ($last_nav) print("|\n"); else print("[ Comments |\n"); $last_nav = 1; } else if (strstr($line, "No comments for this page.
\n"); html_footer("../"); } else { header("Content-Type: image/$type"); print(fread($fp, filesize("docfiles$path"))); fclose($fp); } } } else { html_header("Documentation"); ?>You can view the Mini-XML documentation in a number of formats on-line: