plsqldoc butchering frame

plsqldoc 1.2.0.1 producing defective frame and index no longer has section links at top.

The frame index on the left doesn't have css styling and if an item is clicked, instead of opening it in the right frame it is opening in the left frame.

This happened immediately after upgrading to plsqldoc 1.2.0.1.

Thanks
 
What was your previous plsqldoc version?

Can you zip-up your plsqldoc documentation root directory and subdirectories, and e-mail it to me?
 
More info:

When I create the index with "use frames" option, the frame_index.html is empty. Then, after generate docs for some packages, I got a table with the links, but without any "html", "header" or "body" tags. The document starts with the "table" directly.

I am using Oracle 10g/XE and PL/SQL Developer 7.1.4.1390
 
OK, Here is a workaround.

I don't know why the frame_index.html is created empty everytime.

To fix that, just pick the original frame_index.html (with content) from the installation files and overwrite the empty one from your project BEFORE you generate any doc.

The frame_index.html from the instalation has all the headers we need and to generate docs, plsqldoc changes only the body part.
 
Back
Top