《?xml version="1.0" encoding="gb2312"?》
《?xml:stylesheet type="text/xsl" href="songs.xsl"?》
《document》
…………………………
………………
…………
《%for inti=1 to result.pagesize
if result.eof then
exit for
end if
'response.write sqlstr%》
《songs》
《song》
《%=result("songs")%>
《/song》
<m3u>
《%=result("url")%》
《/m3u》
《singer》
《%=result("singer")%》
《/singer》
《dat》
《%=result("years")%》
《/dat》
《/songs》
《%
result.movenext
next
%》
这是我做的:http://elite.seu.edu.cn/mp3/
中的一段。