Hojtsy Gabor wrote:
>
> > > It works on Windows with Cygwin. Egon gave us no answer if it generates
> > > the HTML files on his computer or not. It gives the tocdepth redefiniton
> > > error on both sides (Egon, My computer).
> >
> > My computers are called Marliesle and both of them tells me:
> >
> > eschmid@marliesle:/usr/local/usr/phpdoc > make howto
> > /usr/bin/openjade -wno-idref -i lang-en -c
> > /usr/share/sgml/CATALOG.docbk30 -d howto.dsl -V use-output-dir -t sgml
> > ./phpdocxml.dcl ./howto/howto.xml
> > /usr/bin/openjade:./html-common.dsl:12:7:E: identifier "toc-depth"
> > already defined in same part
> > /usr/bin/openjade:howto.dsl:28:1: first definition was here
> > eschmid@marliesle:/usr/local/usr/phpdoc >
> >
> > Please look for the second definition of toc-depth in the .dsl files and
> > eliminate it.
>
> Please read the sentences you quoted above from me, and answer the question
> in the second sentence. I'll look at it, and do something about it, but
> please answer my question!
The question is answerd. Look close to this error message: identifier
"toc-depth"
already defined in same part. So a identifier is defined before reading
html-common.dsl before line number 12.
-Egon