|
Subject: Re: [xsl] Using values from one node tree to iterate/recurse over another set of nodes. (Newbie Question) From: Richard Dyce <subscriptions@xxxxxxxx> Date: Wed, 27 Feb 2008 16:29:09 +0000 |
Can you post the HTML of the table you want to create from the sample data?
<table>
<tr>
<th>ID</th>
<th>Headline</th>
<th>Bodycopy</th>
<th>Picture</th>
</tr>
<tr>
<td>2</th>
<td>Fog in Channel, Europe Cut Off</td>
<td>There was fog in the channel. No French cheese for us.</td>
<td>cheese.png</td>
</tr>
<tr>
<th>1</th>
<td>Man Bite Dogs</td>
<td>Today a man bit a dog</td>
<td>dog.png</td>
</tr>
</table>-- Richard Dyce MA (Cantab.) MBCS MIET
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Using values from one nod, Martin Honnen | Thread | Re: [xsl] Using values from one nod, Martin Honnen |
| Re: [xsl] Using values from one nod, Richard Dyce | Date | Re: [xsl] Using values from one nod, Martin Honnen |
| Month |