Subject: RE: html tables with XSL
From: cknell@xxxxxxxxxx
Date: Wed, 11 Jan 2006 13:32:02 -0500
|
Please post your templates for processing the <Forms> and <Form> elements. We can quickly fix them for you.
--
Charles Knell
cknell@xxxxxxxxxx - email
-----Original Message-----
From: Deepak <deepak_vn@xxxxxxxxx>
Sent: Wed, 11 Jan 2006 08:28:40 -0800 (PST)
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: html tables with XSL
Hi,
Am bit new to XSL programming, so please help me to
solve this problem.
I am trying to publish html vis XSL trnasformation and
display should be showing the datas in different
columns in the table.
My XML File looks somewhat like
<Forms>
<Form>
<Form>
<Form>
....
<Forms>
After XSL processing, display looks like :
<html>
<table>
<tr>
<td>Form </td>
</tr>
<tr>
<td>Form </td>
</tr>
</table>
My purpose is, i have to process different datas in
<Form> element and display different table columns
rather than displaying in different rows.
Unfortuntely display looks depnds on the flow in the
XML file, how i can align or specify the columns in
the tables using XSL.
Thanks,
Deepak
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
| Current Thread |
- html tables with XSL
- Deepak - 11 Jan 2006 16:26:45 -0000
- <Possible follow-ups>
- Deepak - 11 Jan 2006 16:28:32 -0000
- cknell - 11 Jan 2006 18:31:48 -0000 <=
- Deepak - 12 Jan 2006 10:05:42 -0000
- Deepak - 12 Jan 2006 10:05:58 -0000
- cknell - 12 Jan 2006 12:20:28 -0000
- Deepak - 13 Jan 2006 11:09:05 -0000
|
|