Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > Creating nested Table cell

Reply
Thread Tools

Creating nested Table cell

 
 
samalendu samalendu is offline
Junior Member
Join Date: Feb 2008
Posts: 3
 
      02-13-2008
Hello,
I have the following requirement. Appreciate your help.

Here is the sample XML File.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<sl>
	<RnD>RND1
		<PR>PR1</PR>
		<PR>PR2</PR>
	</RnD>
	<RnD>RND2
		<PR>PR3</PR>
	</RnD>
	<RnD>RND3</RnD>
	<RnD>RND4
		<PR>PR4</PR>
		<PR>PR5</PR>
		<PR>PR6</PR>
	</RnD>
</sl>
I want the result in table format and it should be as attached image.
Attached Images
File Type: jpg table.JPG (6.2 KB, 1 views)
 
Reply With Quote
 
 
 
 
samalendu samalendu is offline
Junior Member
Join Date: Feb 2008
Posts: 3
 
      02-14-2008
any help on this?
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a table cell and changing the color on hover. Mufasa ASP .Net 2 07-03-2008 07:06 PM
form input text in table; how to fill table cell space sdf HTML 3 12-06-2007 03:29 PM
add hyber link to table or table cell web control Symphony ASP .Net Web Controls 1 03-16-2005 12:30 AM
Table in a cell of another table Mark Goldin ASP .Net 2 08-19-2004 10:42 AM
How do I have a table cell fetch another page to display within the cell? Phillip Roncoroni HTML 14 04-05-2004 05:58 PM



Advertisments