Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Other Development Tools
 I can't display records in browser in proper order

Author  Topic 

Mamatha
Posting Yak Master

102 Posts

Posted - 2005-04-13 : 09:08:08
Hi

I wrote one XML file,that file consists of some special characters in name,i replaced that special characters with someone,now no problem with the XML file,it is opening fine without displaying any errors.
But when i tried to read that XML records into HTML file,it doesn't display records one after another,it takes so much distance between record to record.
What is the problem with that?
Is there any solution for this?

My XML code like this:
<recipients>
<recepient>
<name>Ian Heather & Yarker</name>
<emailsent>4</emailsent>
<emailreceived>5</emailreceived>
<unread>0</unread>
<total>9</total>
<attachmentsent>3</attachmentsent>
<attachmentreceived>5</attachmentreceived>
<kbsent>6</kbsent>
<kbreceived>120</kbreceived>
</recepient>
</recepients>

Thanks in advance.My IE is 6.0 version.

Mamatha
   

- Advertisement -