Xml
hi,
I need to dynamically retrieve stored wav file from database store this wav file as binary in xml and play the wave file in browser window.
is it possible to convert stored data from sql server to xml file.
Thanks in advance
karuna
[262 byte] By [
btkaruna] at [2007-11-20 11:34:47]

# 1 Re: Xml
is it possible to convert stored data from sql server to xml file.
Remember that a WAV file cannot be directly converted to an XML file, because WAV is audio and XML is text. XML files are used for storing playlist information. Is this what you want to do?