From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.net4india.com (smtp.net4india.com [202.71.129.68]) by ozlabs.org (Postfix) with ESMTP id 753E9DDF14 for ; Thu, 7 Feb 2008 18:22:01 +1100 (EST) Received: from [61.95.204.104] (helo=signal-networks.com) by smtp.net4india.com with esmtp (Exim 4.54) id 1JMi60-0006h5-6t for linuxppc-embedded@ozlabs.org; Wed, 06 Feb 2008 16:35:40 +0530 Received: from pjmaiya ([192.168.1.77]) by signal-networks.com (mail.signal-networks.com [192.168.1.1]) (MDaemon Standard v9.5.6) with ESMTP id md50000182031.msg for ; Wed, 06 Feb 2008 16:46:49 +0530 Message-ID: <003b01c868b1$c23f5650$4d01a8c0@signet> From: "pjmaiya" To: Subject: html tag creation using 'C' Date: Wed, 6 Feb 2008 16:46:45 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0038_01C868DF.DBE6F080" List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This is a multi-part message in MIME format. ------=_NextPart_000_0038_01C868DF.DBE6F080 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hi, Using 'C' code I need to generate HTML tag for 'table' creation. Each = table row may contain one more table and I need to control each = parameter of the table. I don't want to use printf since my table may grow dyanmically. I want = to use data structure(especially linked list). Does anybody has idea on this.=20 To organzie my data in HTML page, I will be putting data inside 'table'. = This organization becomes complex as different group of data arises. Each cell of table may contain one more table to show these grouped = data. For example. Table1 _ _ _ __ _ _ _ _ _ _ __ _ _ _ _ | | | | | _Table2 _ _ | _ _ _ __ _ _ | | | | |=20 | _ _ _ | _ _ | _ _ _ _ _ _ _| =20 | | | |_ _ _ __ _ _ _|_ _ _ __ _ _ _ | pjmaiya ------=_NextPart_000_0038_01C868DF.DBE6F080 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
hi,
  Using 'C' code I need to = generate HTML tag=20 for 'table' creation. Each table row may contain one = more table=20 and I need to control each parameter of the table.
I don't want to use printf since = my table may=20 grow dyanmically. I want to use data structure(especially linked=20 list).
Does anybody has idea on this. =
 
To organzie my data in HTML page, I = will be putting=20 data inside 'table'. This organization becomes complex as different = group of=20 data arises.
Each cell of table may contain one more = table to=20 show these grouped data.
 
For example.
 
Table1
_ _ _ __ _ _ _ _ _ _ __ _ _ _ = _
|          &nb= sp;|        =20 |            =        =20 |
| _Table2 _  _  | = _  _ _=20 __ _ _ |
|          &nb= sp;|       =20 |            =        =20  |
| _ _ _ =20 | _  _  | _  _=20 _ _ _  _ _|           &nbs= p;       =20
|          &nb= sp;        =20 |            =         =20 |
|_ _ _ __ _ _ _|_ _ _ __ _ _ _ = |
 
 
pjmaiya
------=_NextPart_000_0038_01C868DF.DBE6F080--