狠狠色丁香婷婷综合尤物/久久精品综合一区二区三区/中国有色金属学报/国产日韩欧美在线观看 - 国产一区二区三区四区五区tv

LOGO OA教程 ERP教程 模切知識交流 PMS教程 CRM教程 開發(fā)文檔 其他文檔  
 
網(wǎng)站管理員

ASP讀取XML程序代碼

admin
2012年7月9日 1:45 本文熱度 3123

通常是利用數(shù)據(jù)庫來保存數(shù)據(jù),但也可以使用xml文件來保存數(shù)據(jù)。假設(shè)xml文件的內(nèi)容是:
test.xml
<?xml version="1.0" encoding="gb2312"?>
<site>
<root>
<list>
<id>0</id>
<name>新浪</name>
<url>http://www.sina.com.cn</url>
<time>2007-11-1 10:10:10</time>
</list>
<list>
<id>1</id>
<name>google</name>
<url>http://www.google.cn</url>
<time>2007-11-2 11:11:11</time>
</list>
</root>
</site>


用來顯示xml中的內(nèi)容的asp文件
index.asp
<style>
body {}
</style>
<%
strSourceFile = Server.MapPath("./") & "\test.xml"
'獲取XML文件的路徑這里根據(jù)你的虛擬目錄不同而不同
Set objXML = Server.CreateObject("Microsoft.FreeThreadedXMLDOM")
'以自由線程創(chuàng)建一個XML對像
objXML.load(strSourceFile)'把XML文件讀入內(nèi)存
Set objRootsite = objXML.documentElement.selectSingleNode("root")
'選取root節(jié)點
num=objRootsite.childNodes.length-1
For i=0 To num
response.write "網(wǎng)站名:"&objRootsite.childNodes.item(i).childNodes.item(1).text&" <a href=""javascript:delxml("&objRootsite.childNodes.item(i).childNodes.item(0).text&")"">刪除</a> <a href=""editxml.asp?id="&objRootsite.childNodes.item(i).childNodes.item(0).text&""">修改</a>
"
response.write "網(wǎng)址:"&objRootsite.childNodes.item(i).childNodes.item(2).text&"
"
response.write "添加時間:"&objRootsite.childNodes.item(i).childNodes.item(3).text&"


"
next
%>
<script>
function delxml(id)
{
if(!confirm("確定要刪除嗎?")) return false;
location.href='delxml.asp?id='+id;
}
</script>


注意:index.asp要與test.xml文件放在同一目錄下。



readxml.asp


<%Response.Charset="gb2312"%>
<%
Dim node,i,nodeCount
Set doc = Server.CreateObject("Microsoft.XMLDOM")
doc.async = false
doc.load(Server.MapPath("bloginfo.xml"))
Set root = doc.documentElement
Set nodeLis = root.childNodes
nodeCount = nodeLis.length
For i = 1 to nodeCount
Set node = nodeLis.NextNode()
Set cost = node.attributes.getNamedItem("cost")
Response.Write("第 "&i&" 條記錄:")
Response.Write("<table border='1'><tr>")
Response.Write("<td width='16' rowspan='2'><img src='"&node.selectSingleNode


("img").text&"'/></td>")
Response.Write("<td width='17'>書名</td><td width='48'>出版社</td><td width='32'>價


格</td>")
Response.Write("</tr><tr><td>")
Response.Write(node.selectSingleNode("name").text)
Response.Write("</td><td>")
Response.Write(node.selectSingleNode("publisher").text)
Response.Write("</td><td>")
Response.Write(cost.text)
Response.Write("</td></tr></table>")
Next
%>



bloginfo.xml:


<?xml version="1.0" encoding="gb2312"?>
<data>
<book cost="56">
<name>Dreamweaver</name>
<publisher>上海科技出版社</publisher>
<img>images/new.gif</img>
</book>
<book cost="62">
<name>Flash</name>
<publisher>鐵道出版社</publisher>
<img>images/new.gif</img>
</book>
<book cost="48">
<name>Firweorks</name>
<publisher>教育出版社</publisher>
<img>images/new.gif</img>
</book>
</data>


readxml.asp


<%Response.Charset="gb2312"%>
<%
Dim node,i,nodeCount
Set doc = Server.CreateObject("Microsoft.XMLDOM")
doc.async = false
doc.load(Server.MapPath("bloginfo.xml"))
Set root = doc.documentElement
Set nodeLis = root.childNodes
nodeCount = nodeLis.length
For i = 1 to nodeCount
Set node = nodeLis.NextNode()
Set cost = node.attributes.getNamedItem("cost")
Response.Write("第 "&i&" 條記錄:")
Response.Write("<table border='1'><tr>")
Response.Write("<td width='16' rowspan='2'><img src='"&node.selectSingleNode


("img").text&"'/></td>")
Response.Write("<td width='17'>書名</td><td width='48'>出版社</td><td width='32'>價


格</td>")
Response.Write("</tr><tr><td>")
Response.Write(node.selectSingleNode("name").text)
Response.Write("</td><td>")
Response.Write(node.selectSingleNode("publisher").text)
Response.Write("</td><td>")
Response.Write(cost.text)
Response.Write("</td></tr></table>")
Next
%>



bloginfo.xml:


<?xml version="1.0" encoding="gb2312"?>
<data>
<book cost="56">
<name>Dreamweaver</name>
<publisher>上海科技出版社</publisher>
<img>images/new.gif</img>
</book>
<book cost="62">
<name>Flash</name>
<publisher>鐵道出版社</publisher>
<img>images/new.gif</img>
</book>
<book cost="48">
<name>Firweorks</name>
<publisher>教育出版社</publisher>
<img>images/new.gif</img>
</book>
</data>


該文章在 2012/7/9 1:45:09 編輯過
關(guān)鍵字查詢
相關(guān)文章
正在查詢...
點晴ERP是一款針對中小制造業(yè)的專業(yè)生產(chǎn)管理軟件系統(tǒng),系統(tǒng)成熟度和易用性得到了國內(nèi)大量中小企業(yè)的青睞。
點晴PMS碼頭管理系統(tǒng)主要針對港口碼頭集裝箱與散貨日常運作、調(diào)度、堆場、車隊、財務(wù)費用、相關(guān)報表等業(yè)務(wù)管理,結(jié)合碼頭的業(yè)務(wù)特點,圍繞調(diào)度、堆場作業(yè)而開發(fā)的。集技術(shù)的先進性、管理的有效性于一體,是物流碼頭及其他港口類企業(yè)的高效ERP管理信息系統(tǒng)。
點晴WMS倉儲管理系統(tǒng)提供了貨物產(chǎn)品管理,銷售管理,采購管理,倉儲管理,倉庫管理,保質(zhì)期管理,貨位管理,庫位管理,生產(chǎn)管理,WMS管理系統(tǒng),標簽打印,條形碼,二維碼管理,批號管理軟件。
點晴免費OA是一款軟件和通用服務(wù)都免費,不限功能、不限時間、不限用戶的免費OA協(xié)同辦公管理系統(tǒng)。
Copyright 2010-2025 ClickSun All Rights Reserved