<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
The Document Object Model (DOM) (http://www.w3.org/TR/REC-DOM-Level-1) provides an abstract API for constructing, accessing, and manipulating XML and HTML documents. A binding of the DOM to a particular programming language provides a concrete API. Microsoft and other vendors provide APIs which let you use the DOM to query and manipulate XML documents in memory. The public Working Draft for the DOM Level 3 XPath is at http://www.w3.org/TR/2001/WD-DOM-Level-3-XPath-20010618/.
12 How does XML fit with the DOM?
最新推荐文章于 2025-11-25 15:30:00 发布
本文介绍了文档对象模型(DOM)的概念及其API,DOM提供了一种构造、访问和操作HTML及XML文档的方法。此外还概述了DOM Level 3 XPath的公共工作草案,这是一种用于查询和操作内存中XML文档的技术。
9433

被折叠的 条评论
为什么被折叠?



