1
Answer

create xml file from database table

Sujith MB

Sujith MB

10y
558
1
I have a data table named channel in ms sql server.In this table i have fields such as servername,sl,channelname,streamurl...i want to create a xml file for this table...i want xml file in this format
<channels playduration="">
   <channel name="" streamurl="" servername=""/> 
<channel name="" streamurl="" servername=""/>  
</channels>
please help me 
Answers (1)