[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: Tue, 12 Jun 2007 10:03:36 +0200
Re:  Indesign table to HTML table
Hi list!

Has anyone an idea how I do it?

Thanks,

e107lac C-rta:
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.

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.