> -----Original Message-----
> From: Bob Stayton
>
> I think this is probably a bug. In fo/synop.xsl, there are
> many cases where an element checks its preceding sibling and
> adds a space or punctuation if necessary. It sounds like
> this combination is currently not accounted for.
The fix (#1603790) for this is to use a space between package name and class
name. But that looks odd. Shouldn't it be a dot instead, so that a fully
qualified class name is shown in the output?
Another oddity is that even though several elements can be parents of
<ooclass>, the stylesheets only handle the case when the parent is
<classsynopsis>. On the other hand, I guess that there are few uses for
<ooclass> outside of <classynopsis> anyway. Maybe the schema allows
<ooclass> in too many places?
/MJ