asp如何根据access数据生成这样的xml文件
时间:2010-11-18
来源:互联网
<root imageWidth='680' imageHeight='345'>
<menu url="http://www.shaogu8.com/" frame="_parent" imageUrl="images/01.jpg"/>
<menu url="http://www.shaogu8.com/" frame="_parent" imageUrl="images/02.jpg"/>
<menu url="http://www.shaogu8.com/" frame="_parent" imageUrl="images/03.jpg"/>
<menu url="http://www.shaogu8.com/" frame="_parent" imageUrl="images/04.jpg"/>
<menu url="http://www.shaogu8.com/" frame="_parent" imageUrl="images/05.jpg"/>
<menu url="http://www.shaogu8.com/" frame="_parent" imageUrl="images/06.jpg"/>
<menu url="http://www.shaogu8.com/" frame="_parent" imageUrl="images/07.jpg"/>
.
.
.
.
.
</root>
作者: asp20008 发布时间: 2010-11-18
<?xml version="1.0" encoding="utf-8"?> <root imageWidth='680' imageHeight='345'> <menu url="http://www.shaogu8.com/" frame="_parent" imageUrl="images/01.jpg"/> <menu url="http://www.shaogu8.com/" frame="_parent" imageUrl="images/02.jpg"/> <menu url="http://www.shaogu8.com/" frame="_parent" imageUrl="images/03.jpg"/> <menu url="http://www.shaogu8.com/" frame="_parent" imageUrl="images/04.jpg"/> <menu url="http://www.shaogu8.com/" frame="_parent" imageUrl="images/05.jpg"/> <menu url="http://www.shaogu8.com/" frame="_parent" imageUrl="images/06.jpg"/> <menu url="http://www.shaogu8.com/" frame="_parent" imageUrl="images/07.jpg"/> . . . . . </root>
如题:
作者: asp20008 发布时间: 2010-11-19
那个帖子里我不都把代码给你贴出来了吗
作者: sy_binbin 发布时间: 2010-11-19
<% response.ContentType="text/xml" response.Write("<?xml version='1.0' encoding='ISO-8859-1'?>") response.Write("<root imageWidth='680' imageHeight='345'>") for ... response.Write("<menu url='http://www.shaogu8.com/' frame='_parent' imageUrl='") response.Write rs.Fields("imageUrl") response.Write("<'/>"); next response.Write("</root>") %>
作者: icy_csdn 发布时间: 2010-11-19
为啥又发一遍呢??
那个帖子里我不都把代码给你贴出来了吗
我更希望的是拿来,我自己就能用!
作者: asp20008 发布时间: 2010-11-19
VB.NET code
<%
response.ContentType="text/xml"
response.Write("<?xml version='1.0' encoding='ISO-8859-1'?>")
response.Write("<root imageWidth='680' imageHeight='345'>")
for ...
response.……
VB.net
作者: asp20008 发布时间: 2010-11-19
无语了!!
作者: sy_binbin 发布时间: 2010-11-19
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28