日本国产亚洲-日本国产一区-日本国产一区二区三区-日本韩国欧美一区-日本韩国欧美在线-日本韩国欧美在线观看

當前位置:雨林木風下載站 > 技術(shù)開發(fā)教程 > 詳細頁面

將HTML表單數(shù)據(jù)存儲為XML格式 - 1

將HTML表單數(shù)據(jù)存儲為XML格式 - 1

更新時間:2022-04-26 文章作者:未知 信息來源:網(wǎng)絡(luò) 閱讀次數(shù):

如你熟知ASP,XML和HTML4。0,請讀下列示例

將表單數(shù)據(jù)存為XML格式

  通常的,ASP中表單提交的數(shù)據(jù)一般被寫入數(shù)據(jù)庫。然而,如果你想讓發(fā)送數(shù)據(jù)更為簡便易行,那么,可以將它書寫為
XML文件格式。這種方式對于在web上收集的數(shù)據(jù)更為有用。因為XML對于所用平臺來說非常的簡便,所以用不著轉(zhuǎn)換數(shù)據(jù)格
式。

  將提交的數(shù)據(jù)寫為XML文檔,則需要通過Microsoft XMLDOM Object創(chuàng)建一個新的XML文檔。Microsoft XMLDOM Object
擁有一個可擴展對象庫,通過它可以創(chuàng)建elements,attributes以及values,通過創(chuàng)建的這些項目則可以組成XML文檔。我
無法將整個目標模型做個完整的介紹,因為它所包含的內(nèi)容太廣泛,對于將建成的網(wǎng)站來說,目標模型甚至通過自身也能
組建一個相對完整的部份。

  在XMLDOM Object被創(chuàng)建出來之后,通過創(chuàng)建目標(此目標是關(guān)于組成XML文檔中每一層的ELEMENTS而言)XML的結(jié)構(gòu)會
被演示出來。接下來,會舉例說明XMLDOM是怎樣被創(chuàng)建出來的。創(chuàng)建root element之后,將它附加在XMLDOM文件上。然后
創(chuàng)建child elements并附加在root element上,最后存儲文檔。

演示Microsoft XMLDOM 對象

<%

Dim objDom
Dim objRoot
Dim objChild1
Dim objChild2
Dim objPI

" XMLDOM 對象使用Server對象的CreateObject方法創(chuàng)建
Set objDom = Server.CreateObject("Microsoft.XMLDOM")
"使用XMLDOM的createElemnet方法創(chuàng)建一個IXMLDOMElement對象。
"createElemnet方法又一個string參數(shù),這個string 表示該element的名稱。
返回值被傳遞到objRoot變量。objRoot表示XML文檔的根元素.。

Set objRoot = objDom.createElement("rootElement")

"Use the appendChild Method of the XMLDOM Object to add the objRoot
"Element Reference to the XML Document.

objDom.appendChild objRoot

"Now, following the same steps, you will create references to the
"child elements for the XML Document. The only difference is, when the
"child elements are appended to the document, you will call the
"appendChild Method of the IXMLDOMElement Object rather than the
"appendChild Method of the XMLDOM Object. By using the IXMLDOMElement
"to append the children, you are differentiating (and applying tiered
"structure to) the child elements from the root element.

Set objChild1 = objDom.createElement("childElement1")
objRoot.appendChild objChild1
Set objChild1 = objDom.createElement("childElement2")
objRoot.appendChild objChild2

"The final step to take care of before saving this document is to add
"an XML processing instruction. This is necessary so that XML parsers
"will recognize this document as an XML document.

Set objPI = objDom.createProcessingInstruction("xml","vertsion="1.0"")

"Call the insertBefore Method of the XMLDOM Object in order to insert
"the processing instruction before the root element (the zero element
"in the XMLDOM childNodes Collection).

objDom.insertBefore objPI, objDom.childNodes(0)

"Calling the Save Method of the XMLDOM Object will save this XML
"document to your disk drive. In this case, the document will be saved
"to the "c:" drive and will be named "MyXMLDoc.xml". When saving an
"XML document, if the file does not exist, it will be created. If it
"does exist, it will be overwritten.

objDom.Save "c:\MyXMLDoc.xml"

%>


溫馨提示:喜歡本站的話,請收藏一下本站!

本類教程下載

系統(tǒng)下載排行

主站蜘蛛池模板: 久久国产欧美日韩精品 | 免费视频精品 | 欧美影院天天5g天天爽 | 91久久国产露脸精品免费 | 中文日产国产精品久久 | 欧美一二三区 | 亚洲国产精品a一区二区三区 | 欧美毛片在线 | 国产免费爽爽视频免费可以看 | 亚洲一区视频在线播放 | 欧美成人综合在线 | 外国成人网在线观看免费视频 | 国产三级风情寡妇 | 77成人网 | 成人欲涩漫h漫免费动漫 | 伊人热久久 | 欧美乱偷在线 | 亚洲国产成人成上人色 | 亚洲99久久无色码中文字幕 | 国产成人毛片亚洲精品不卡 | 9191在线观看 | 中文字幕在线影院 | 蜜色视频 | 精品高清国产a毛片 | 老司机免费福利视频无毒午夜 | 亚洲国产日韩综合久久精品 | 日本一二三不卡视频 | 奇米222| 日韩精品中文字幕视频一区 | 成人欧美精品一区二区不卡 | 26uuu亚洲影视新地址 | 视频一区二区不卡 | 婷婷免费视频 | 波多野结衣视频在线看 | 四虎影音先锋 | 午夜免费成人 | 日日夜夜综合 | 久久有精品 | 伊人久久综合 | 久久免费高清视频 | 亚洲国产亚洲片在线观看播放 |