Hi all,
I'm trying to transform the XML snippet below to a FO table with a width of 3 columns. The list contain a maximum of 9 elements. Each cell should contain an image and its description. I would appreciate any advice on how to implement such a transformation.
<snippet>
...
<list>
<list-label>picture1.eps</list-label>
<list-text>description</list-text>
<list-label>picture2.eps</list-label>
<list-text>description</list-text>
<list-label>picture3.eps</list-label>
<list-text>description</list-text>
<list-label>picture4.eps</list-label>
<list-text>description</list-text>
...
</list>
...
</snippet>
Regards,
Johan Andersson
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
