- From: Victor Vishnyakov <tch_@mail.ru>
- Date: Wed, 29 Oct 2003 14:38:18 +0200
- To: "'Girish Kanmas'" <girishrk@india.ti.com>, <www-xsl-fo@w3.org>
Notice that your stylesheet is incorrect, take a look at master-name,
master-reference, region-name and flow-name properties description in
the spec.
Corrected code is:
[scipped]
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
<fo:layout-master-set>
<fo:simple-page-master
master-name="main"
margin-top="50pt"
margin-bottom="50pt"
margin-left="75pt"
margin-right="75pt">
<fo:region-body margin-bottom="75pt"
region-name="xsl-region-body"/>
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="main">
<fo:flow flow-name="xsl-region-body">
[scipped]
Regards,
Victor Vishnyakov
> -----Original Message-----
> From: www-xsl-fo-request@w3.org
> [mailto:www-xsl-fo-request@w3.org] On Behalf Of Girish Kanmas
> Sent: Wednesday, October 29, 2003 2:05 PM
> To: www-xsl-fo@w3.org
> Subject: Defining Column Width in XSL-FO
>
>
> Hi,
>
> Please, find the attached documents in XML and XSL formats.
> Well, I have tried to manage the number of columns in a table.
> Now my requirement is to manage the column widths too.
> Is it possible?
> I have one idea, I am planning to include the
> column-width size as a the tag attribute value.
> But, I don't have idea about how to access and assign
> that attribute value to define the column width.
> Does anyone knows the solution for this? If Yes, I will
> be glad to receive the technique for the same.
> Tons of thanks to you all,
>
> Girish Kanmas
> TI Extn: 1387
> Mobile: +91 (80) 56728348
>
>
>
Received on Wednesday, 29 October 2003 07:35:58 UTC