2008/05/15

XML DOM (Document Object Model)

XML DOM (Document Object Model) 定義存取和操作 XML 文件的標準方法

XML file example:

[xml]


Text

 
[/xml]

XML DOM Tutorial
http://www.w3schools.com/Dom/

The Document object represents the entire XML document
http://www.w3schools.com/Dom/dom_document.asp

Gecko DOM Reference
http://developer.mozilla.org/en/docs/Gecko_DOM_Reference

DOM element Reference
http://developer.mozilla.org/en/docs/DOM:element

No comments:

Post a Comment