
xml
iteye_578
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
javascript XPath 示例
books.html 代码 <html> <head> <title>xpath testtitle> <script type="text/javascript"> var xmlDoc ; ...2007-08-15 22:50:46 · 182 阅读 · 0 评论 -
xpath 语法(节点)
(转自:http://www.w3schools.com/xpath/xpath_nodes.asp) XPath Nodes In XPath, there are seven kinds of nodes: element, attribute, text, namespace, processing-instruction, comment, and document (root) ...2007-08-15 23:02:20 · 160 阅读 · 0 评论 -
xpath 语法
转:http://hi.baidu.com/likejava/blog/item/ef8f43d013c6378fa1ec9c0b.html XPath使用路径表达式去确定XML文档中的节点。我们将利用下面的XML文档描述XPath语法 xml version="1.0" encoding="GB2312"?> <order> ...2007-08-15 23:24:56 · 160 阅读 · 0 评论 -
XML技术上传文件
XML技术上传文件 类型: XML/B...2007-08-29 20:13:39 · 125 阅读 · 0 评论