Finding the below technology for long time,But not.Can you help me? if can ,i will give you 20 scores.

lmh7607 2002-05-30 07:59:53
1)客户端XML数据的使用
2)客户端访问XML数据的方法
3)客户端数据岛(DSO)使用
...全文
107 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
孟子E章 2002-05-30
  • 打赏
  • 举报
回复
try:
http://colorweb.go.163.com/xml/index.html
http://colorweb.go.163.com/xml/xpathexam2.htm
lmh7607 2002-05-30
  • 打赏
  • 举报
回复
It is simple!
I hope your answer is deail.
saucer 2002-05-30
  • 打赏
  • 举报
回复
这里是个例子

<html>
<head>
<script language="javascript">
function window.onload()
{
//操作XML数据
var doc = xmldoc.documentElement;
var book = doc.selectSingleNode("book");
var newbook = book.cloneNode(true);
newbook.selectSingleNode("title").text = "Applied Microsoft .NET Framework Programming";
newbook.selectSingleNode("author").text = "Jeffrey Richter";
doc.appendChild(newbook);
}
</script>
</head>
<body>
<!--客户端数据岛-->
<xml id="xmldoc">
<books>
<book><title>XSLT Programmer's Reference</title>
<author>Michael H. Kay</author>
</book>
</books>
</xml>
<!--XML数据岛绑定-->
<table datasrc="#xmldoc" border="1" cellspacing="0" cellpadding="0">
<thead><th>Title</th><th>Author</th></thead>
<tr><td><span datafld="title"></span></td><td><span datafld="author"></span></td></tr>
</table>
</body>

87,994

社区成员

发帖
与我相关
我的任务
社区描述
Web 开发 JavaScript
社区管理员
  • JavaScript
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧