Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

Re: span text into a page with 2-column layout: msg#00026

text.xml.xsl.general

Subject: Re: span text into a page with 2-column layout

Thanks.

Let me explain what I did with span="all".
First, I put the span="all" in the block where I want to span to 2 columns,
just like the following code.
  <fo:block space-before="10mm" >
    <xsl:for-each select="report/overview/notes">
     <fo:block text-align="start" font-family="Arial" font-style="italic"
      font-size="8pt"  space-start="3mm" span="all">
    <xsl:value-of select="."/>
     </fo:block>
    </xsl:for-each>
  </fo:block>

I used the FOP0.20.4 to generate the PDF which did not span the notes at
all. See Fig. 1 in attached file.

Then, I changed the XSL to the following, added span="all" to outer level
block too.
  <fo:block space-before="10mm"  span="all">
    <xsl:for-each select="report/overview/notes">
     <fo:block text-align="start" font-family="Arial" font-style="italic"
      font-size="8pt"  space-start="3mm" span="all">
    <xsl:value-of select="."/>
     </fo:block>
    </xsl:for-each>
  </fo:block>

This time, it spanned all blocks  and tables in the page. See Fig. 2 in
attached file.

And what I want is in Fig. 3.

I did some search on the internet and found the following statements in
http://www.w3.org/TR/2000/WD-xsl-20000327/slice7.html#span


7.18.5 "span" XSL Definition:

Value:  none | all | inherit
Initial:  none
Applies to:  see prose
Inherited:  no
Percentages:  N/A
Media:  visual

Values have the following meanings:
none    This object does not span multiple columns.
all     The areas resulting from this flow object shall span all the columns
of a multi-column region.
    Specifies if a block-level object should be placed in the current column
or should span all columns of a multi-column region.

It seems explained what happened in my PDF reports.

Can you tell me what is wrong with my codes, or do you have an example that
works?


Hong Jiang


Attachment: spanFigs.doc
Description: MS-Word document

<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
qplus.devel/200...    network.jabber....    debian.qa-packa...    encryption.gpg....    python.dabo.dev...    uclinux.devel/2...    science.mathema...    recreation.pesc...    kernel.ck/2004-...    mozilla.devel.e...    tex.latex.prosp...    ietf.multi6/200...    bbc.cvs/2002-11...    xfree86.newbie/...    jakarta.taglibs...    altlinux.hardwa...    comedi/2002-05/...    horde.bugs/2004...    games.diplomacy...    finance.e-gold....    web.dom.test-su...    lang.ruby.rails...    os.netbsd.devel...    video.gstreamer...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation