|
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.
Can you file a bug report on the DocBook
SourceForge site?
----- Original Message -----
Sent: Wednesday, November 22, 2006 8:06
AM
Subject: [docbook-apps] ooclass
I used the
following mark-up in a document:
<ooclass><package>org.apache.cxf.transports.jms.context</package><classname>JMSMessageHeadersType</classname></ooclass>
and got the
following result:
<ooclass>org.apache.cxf.transports.jms.contextJMSMessageHeadersType</ooclass>
Is this the default behavior? is there a better way to mark up a
class?
|