社区
JavaScript
帖子详情
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
打赏
收藏
Finding the below technology for long time,But not.Can you help me? if can ,i will give you 20 scores.
1)客户端XML数据的使用 2)客户端访问XML数据的方法 3)客户端数据岛(DSO)使用
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用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>
英语每日小记
英语
面试behavior questions 回答
1.Tell me about yourself. What the hir
ing
manager really wants is a quick, two- to three-minute snapshot of who you are and why you’re the best candidate for this position. So as you answer this q
大学英语二听说文本
网页表格 大学英语听说文本以及答案.rar--------------------说明--------------------------------假设光盘目录为F:// 听力的文本数据库目录:F:\lib\data.mdb打开方式:Access打开密码:natasha包含听力的全部文本,以及对应音频的名字音频所在目录:F:\snd文件名u05_2.1_1n.mp3u05_2.1_1s.mp3...
C# and Asp.Net Questions 面试题
C# and Asp.Net Questions Introduction My this article provides a collection of numerous .Net, C#, ADO.NET, Web Services, .Net Framework questions and answers for which a reader has to look aro
claude 系统提示词
【代码】claude 系统提示词。
JavaScript
87,994
社区成员
224,689
社区内容
发帖
与我相关
我的任务
JavaScript
Web 开发 JavaScript
复制链接
扫一扫
分享
社区描述
Web 开发 JavaScript
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章