以文本方式查看主题 - 中文XML论坛 - 专业的XML技术讨论区 (http://bbs.xml.org.cn/index.asp) -- 『 XML基础 』 (http://bbs.xml.org.cn/list.asp?boardid=1) ---- ASP 读XML 文件[求助] (http://bbs.xml.org.cn/dispbbs.asp?boardid=1&rootid=&id=42668) |
-- 作者:风雨者 -- 发布时间:1/22/2007 7:02:00 PM -- ASP 读XML 文件[求助] <?xml version="1.0" encoding="utf-8" ?> <ArrayOfFundValue xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.fundour.com/fund/service"> <FundValue> <FundName>华夏</FundName> <FundID>159902</FundID> <ValueDate>2007-01-19</ValueDate> <TodayValue>1.494</TodayValue> <TotalValue>1.494</TotalValue> </FundValue> </ArrayOfFundValue> 刚接触xml |
-- 作者:风雨者 -- 发布时间:1/24/2007 10:20:00 PM -- 请帮忙啊 |
-- 作者:Qr -- 发布时间:1/25/2007 9:30:00 AM -- <% dim xmlDom,o set xmlDom = Server.CreateObject("Msxml2.DOMDocument") xmlDom.async = false xmlDom.load server.Mappath("x.xml") set o = xmlDom.documentElement.firstChild.childNodes for i=0 to o.length-1 |
-- 作者:zhjg_2001 -- 发布时间:1/26/2007 8:36:00 AM -- Microsoft VBScript 运行时错误 错误 '800a01a8' 缺少对象: 'documentElement' /xml/cs.asp,行 7 |
-- 作者:风雨者 -- 发布时间:1/27/2007 9:35:00 PM -- <?xml version="1.0" encoding="utf-8" ?> 改为 <?xml version="1.0" encoding="gb2312"?> 就可以运行 <?xml version="1.0" encoding="utf-8" ?> utf-8编码问题如何解决啊。请指点一下,谢谢! |
-- 作者:Qr -- 发布时间:1/29/2007 12:18:00 PM -- Response.Charset = "utf-8"; |
-- 作者:zlloveliuxin -- 发布时间:6/8/2007 1:09:00 PM -- 多谢啊,收藏了 |
W 3 C h i n a ( since 2003 ) 旗 下 站 点 苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》 |
85.938ms |