You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Amit <ak...@uhc.com> on 2001/09/26 00:06:56 UTC

colspan-type feature

hi all
    In my xsl file I want to basically have a feature like html's
colspan.
Anybody know the syntax ..I have tried looking a few places and haven't
been able to find it.
Any help would be appreciated.

Thanks
Amit


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: colspan-type feature

Posted by Amit <ak...@uhc.com>.
Thank you all for helping out.
I have both the number-columns-spanned and number-rows-spanned working

Amit

Amit wrote:

> hi all
>     In my xsl file I want to basically have a feature like html's
> colspan.
> Anybody know the syntax ..I have tried looking a few places and haven't
> been able to find it.
> Any help would be appreciated.
>
> Thanks
> Amit
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
> For additional commands, email: fop-dev-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: colspan-type feature

Posted by Corinna Hischke <co...@infix.de>.
Hi,

if you really mean spanning COLUMNS, this it what you might be looking for:

<fo:table-cell number-columns-spanned="2">

(an example can be found in the fop distribution in
docs/examples/tables/headfoot.fo).

- Corinna

----- Original Message -----
From: "Amit" <ak...@uhc.com>
To: <fo...@xml.apache.org>
Sent: Wednesday, September 26, 2001 12:06 AM
Subject: colspan-type feature


> hi all
>     In my xsl file I want to basically have a feature like html's
> colspan.
> Anybody know the syntax ..I have tried looking a few places and haven't
> been able to find it.
> Any help would be appreciated.
>
> Thanks
> Amit
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
> For additional commands, email: fop-dev-help@xml.apache.org
>
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org