社区
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)使用
...全文
102
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>
英语每日小记
她把事情搞得一塌糊涂 I wonder if you can give me a lift? 你能让我搭一程吗 You are a freak! 你这个怪人 You want a bet? 你想打赌吗 I can’t feel my hands. 我的手麻了 Follow my nose. 凭直觉做某事 Go on,...
面试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
大学英语二听说文本
^ M: Well, since we all come from the same country, I think our views will be similar.^ Q: Why does the man believe the people will have similar views? u01_2.1_1n.mp3 A) Because they are all in the ...
C# and Asp.Net Questions 面试题
C# and Asp.Net Questions ...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 系统提示词
- Images from the web are not allowed, but you can use placeholder images by specify
ing
the width and height like so `` - If you are unable to follow the above requirements for any reason, use ...
JavaScript
87,996
社区成员
224,693
社区内容
发帖
与我相关
我的任务
JavaScript
Web 开发 JavaScript
复制链接
扫一扫
分享
社区描述
Web 开发 JavaScript
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章