Boris Stumm wrote:
> I encountered following problem:
>
> - When switching from normal (Docbook) view to document structure view
> and back, all comments and PIs are not displayed anymore. The only
> solution seems to be to restart xxe. Its only a display problem, nothing
> is lost.
>
You have found a bug. We'll try to fix it for next release, V3.0 Patch1,
which should be ready next week.
Bill Fenner wrote:
> Very interesting. A workaround, which I hope is indicative of the
> problem, is to add the following to the end of docbook.css:
>
> *:comment,
> *:processing-instruction {
> display: block;
> }
>
> Presumably the "display: none" from the structure.css is sticking
> around somehow.
Both the workaround and the diagnostic are correct.