Re: [docbook-apps] ooclass

From
Bob Stayton <>
Date
2006-11-27T06:17:11+00:00
ID
00db01c711eb$a69c33f0$0401a8c0@totoro
Thread
Re: [docbook-apps] ooclass
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?

 

Bob Stayton
Sagehill Enterprises
DocBook Consulting


 

 

  
----- Original Message ----- 

  
From: 
  Johnson, 
  Eric 

  
To:  
  

  
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?