This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Please help in XSL


Hi,

  I have a problem to build a xsl stylesheet with the xml below :

-- snip --

<tr>
<td>
<para><bold>testing</bold></para>
</td>

<td>
<para><bold>testing</bold></para></td>

<td>
<para><bold>testing</bold></para></td>
</tr>

<tr>
<td>
<para>testing</para></td>

<td>
<para>testing</para></td>

<td>
<para>testing</para></td>

</tr>
<tr><td>
<para>testing</para></td><td>
<para>testing</para></td><td>
<para>testing</para></td>
</tr>

-- snip --

The result / the xsl should show a table :
1) paint the bgcolor for all the column where at the first row and with the text is bold.
2) paint the bgcolor for all first column at every row where the text is bold. 


Thank you.

regards,
Kok Choon
--------------------------------------------------------
Name: Ling Kok Choon
E-mail: Ling Kok Choon <kokchoon@brel.com>
Date: 11/05/01
Time: 15:21:56

This message was sent by Z-Mail Pro - from NetManage
NetManage - delivers Standards Based IntraNet Solutions
--------------------------------------------------------

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]