Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7583453
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T18:40:52+00:00 2026-05-30T18:40:52+00:00

I am now developing a xslfo stylesheet that sets the content to 2-column display,

  • 0

I am now developing a xslfo stylesheet that sets the content to 2-column display, using the RenderX XEP processor. However, I still want to leave the tables as 1-column display, since they are much wider. I found this article extremely helpful:

http://www.sagehill.net/docbookxsl/MultiColumns.html (Navigate down to “Page column spans“ section)

Indeed, since I am using XEP processor, it will not allow me to put an @span=”all” attribute at the outer fo:block that containing my table element, since that fo:block is not a direct child of an fo:flow. So, using the suggested solution in that article, I changed my containing fo:block to fo:wrapper, and now the fo looks like this:

 <fo:wrapper font-size="80%" id="table_1ECAD9B3F5FC44A68240330AEFC1C2E2" space-after.optimum="1em" span="all">
  <fo:table border-bottom-color="black" border-bottom-style="solid" border-bottom-width="1pt" border-left-color="black" border-left-style="solid" border-left-width="1pt" border-right-color="black" border-right-style="solid" border-right-width="1pt" border-top-color="black" border-top-style="solid" border-top-width="1pt" id="" space-after.optimum="5pt" space-before.optimum="5pt" table-layout="fixed" width="100%">
 ....
  </fo:table>
 </fo:wrapper>

There is no warning message now in the generation process, seems like it does accept the @span=”all” for the fo:wrapper. However, in the resulting pdf, the table is still split into two-columns as before. The article is referring to Docbook xslfo, while I am using a custom xslfo that comes with XMetal.

Wonder if any experts have similar experience (using XEP, setting the @span in a mutil-column environment) to share?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T18:40:53+00:00Added an answer on May 30, 2026 at 6:40 pm

    The workaround that you refer to means that the <fo:block span="all"> block is kept as it is, and that all its <fo:block> ancestors are replaced with <fo:wrapper>.

    A structure like this one,

    <fo:page-sequence master-reference="my-page">
      <fo:flow flow-name="xsl-region-body">
         <fo:block>
            <fo:block>
               <fo:block span="all">
                 <fo:table>
                  ...
    

    needs to be replaced with this:

    <fo:page-sequence master-reference="my-page">
      <fo:flow flow-name="xsl-region-body">
         <fo:wrapper>
            <fo:wrapper>
               <fo:block span="all">
                 <fo:table>
                  ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an app that I am now developing multiplayer for. However I do
I'm developing a site right now that I've been working on for more than
Up until now I am developing using Delphi 7. In order to pass f.e.
I'm developing now several iOS apps that shared some common thirdy-party libs, plus some
I have a fairly well project that I am developing right now, but I
The web application that I am developing right now has something called quiz engine
im now developing a project using winpcap..as i have known packets being sniffed are
I am new in ios development.Now,i am developing an Ipad application using ios 4.2
I am right now developing a dead simple application using backbonejs mvc javascript library.Just
Right now I am developing an application that will allow online registration. For development,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.