This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook-apps] Rotating table headers?


The problem is FOP. The current version does not support the XSL-FO block-container element in tables.  That feature is necessary for rotating text.
 
Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net
 
 
----- Original Message -----
Sent: Tuesday, May 18, 2004 5:07 AM
Subject: [docbook-apps] Rotating table headers?

Hi,
 
I'm using docbook to output to pdf. I have a table with long column names and I would like to rotate them. I've tried the code below but it does'nt work. What am I doing wrong? or is'nt it supported. (I use Saxon XSL and Apache FOP with OxygenXML)
 
<thead>
     <row>
      <entry rotate="1"/>
      <entry rotate="1">Visa dokumentstrukturen</entry>
      <entry rotate="1">Redigera dokumentstrukturen</entry>
      <entry rotate="1">Navigera i dokumentstrukturen</entry>
      <entry rotate="1">Visa tidsförhållanden</entry>
      <entry rotate="1">Redigera tidsförhållanden</entry>
      <entry rotate="1">Redigera synkronisering</entry>
      <entry rotate="1">Visa dokumentstrukturen</entry>
      <entry rotate="1">Visa interaktion</entry>
      <entry rotate="1"> Redigera interaktion</entry>
      <entry rotate="1"> Mångfalld av interaktion</entry>
     </row>
</thead>
 
/William

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]