OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]