> I've finally put the txt files from your doc directory on the web.
>See http://root.cern.ch/root/Cint.html at the bottom. I use the nice
>PHP system to reference via an include statement all you plain txt
>files (via a single page Cint.phtml). So whenever you update the doc
>files they will be immediately on the web. Maybe you can clean up
>some of the pages and check that they are all up to date.
Thank you for your effort. I briefly looked into the docuements. It looks
like all documents are truncated at character '<'. For example, if we have
for(i=0;i<10;i++) {
.
.
//a line far below above statement
in the original doc/*txt file, it appears in the web document
for(i=0;ia line far below above statement
.
.
Maybe this is due to HTML formating. Will you escape '<' '>'.
Masaharu Goto