用asp如何读取xml文件?

来源:百度知道 编辑:UC知道 时间:2024/05/17 02:58:17
我想用这个远程的xml文件:http://mirror.tvants.com/xml/epg-public.asp

用asp读取XML里面的内容,变成这样的页面:http://live.tvren.com/nettv/tvants/tvants.asp不知道如何实现.问题解决可以再追加积分,谢谢.

<style type="text/css">
body {
font-family: 宋体;
font-size: 12px;
color: #444444;
background-color: #FFFFff;
margin: 0;
padding: 0;
}
div {
border:0px solid #F00;
}
ul {
margin: 0;
padding: 5;
}
a {
color: #444444;
text-decoration: none;
line-height:150%;
padding: 1px;
}
a:hover {
color:#FF3300;
text-decoration: underline;
}
#main li {
float: left;
list-style:none;
clear:both;
width:95%;
border-bottom:1px dotted #bbb;
}
.list0 {
text-align: center;
}
.list1 {
width:85%;
float: left;
}
.list2 {
width:15%;
float: left;
}

</style>
</head>

<%
Function GetPageContent(Url)
Dim HTTPObj
On Error Resume Next
Set HTTPObj = Server.CreateObject(