Question about page formatting in the PHP docs
Rubens Ramos <[email protected]>
| Newsgroups | gmane.comp.php.documentation.windows |
|---|---|
| Message-ID | <[email protected]> |
Hi there,
I am writing (yet another) CHM viewer for Linux (this one for Gnome),
and I have been trying to get the PHP (build 12) docs to work with it.
I've got two questions:
1. Some html pages in the PHP CHM contain something like:
<html>
<head>
....
</head>
<body>
<div id="pageContent" style="display:none;">
....
</div>
</body>
</html>
My HTML widget will parse this and think that it should not display
anything because of the "display:none" that encloses all of the
text (same happens on Mozilla).
Maybe this is a problem with the widget I am using, but I was just
interested to know what is the purpose of that in your files.
2. Your Topics file contains an entry that looks like:
<tag attr="Empty("0")">
And my XML/HTML parsers all break when they try to read this because
of the embedded ". I was just wondering what is the function of that
attribute.
By the way, if anyone is interested, the program I am writing is called
GnoCHM, and lives here:
http://gnochm.sourceforge.net
Thanks a lot for your help
Rubens
--
PHP CHM Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php