Dear Asbjørn,
first of all, thanks for your excellent work.
I think I found a the reason, why it was not possible to assign a css-stylesheet to a toc.xhtml file.
In Line 1718 you use
$this->tocCSSFileName = $this->normalizeFileName($cssFileName);
instead of
$this->tocCssFileName = $this->normalizeFileName($cssFileName);
I don't know if this is the right way to inform you about bugs.
Anyway I hope you continue working on this class.
Dear Asbjørn, first of all, thanks for your excellent work. I think I found a the reason, why it was not possible to assign a css-stylesheet to a toc.xhtml file. In Line 1718 you use
$this->tocCSSFileName = $this->normalizeFileName($cssFileName);
instead of$this->tocCssFileName = $this->normalizeFileName($cssFileName);
I don't know if this is the right way to inform you about bugs. Anyway I hope you continue working on this class.
Kind regards,
Schorsch Roch