[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[Recent Entries]
[Reply To This Message]
Re: Indesign table to HTML table
Subject: Re: Indesign table to HTML table
From: e107lac <e107lac@xxxxxxxxx>
Date: Fri, 08 Jun 2007 11:32:52 +0200
|
Thanks I understood it, but I don't know how can I group it by the
aid:ccols or aid:crows. How can I use the xsl:for-each-group function,
that the rows and cells generating tidily with colspan and rowspan.
Jeff Sese C-rta:
In InDesign tables,
<Table xmlns:aid="http://ns.adobe.com/AdobeInDesign/4.0/"
aid:table="table" aid:trows="7" aid:tcols="3">
The aid:trows and aid:tcols tells the number of rows and columns of
the table.
<Cell aid:table="cell" aid:crows="1" aid:ccols="2">
The aid:crows and aid:ccols tells that this cell occupy one row and
two columns. Therefore this should be a span in the HTML table.
What you need is to group Cell elements so that the total count of
their aid:ccols attribute is equal to the number in the aid:tcols
attribute. This will constitute as one row.
Hope this helps,
---
Jeff
e107lac wrote:
Hi, all!
I have a problem. I want to transform an Indesign generated table to
a HTML table, but I don't know how can I create the table rows by the
Table/@aid:tcols and Cell/@aid:ccols parameters. Can you help me how
can I do it? The sample XML can you look at here:
http://paste2.org/p/3672
Thank you, and sorry for my English.

|
PURCHASE STYLUS STUDIO ONLINE TODAY!
Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!
Download The World's Best XML IDE!
Accelerate XML development with our award-winning XML IDE - Download a free trial today!
Subscribe in XML format
RSS 2.0 |
|
Atom 0.3 |
|
|