
XML
O2AtomLife
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
XSL
XSL:把xml转化成html 官方教程: http://www.w3school.com.cn/xsl/xsl_templates.asp 1.xml <?xml version="1.0" encoding="ISO-8859-1"?> <?xml-stylesheet type="text/xsl" href="2.xsl"?> <2012-08-15 14:43:14 · 158 阅读 · 0 评论 -
XPath
1.XPath: 在xml中查找节点 2.官方网站 http://www.w3school.com.cn/xpath/xpath_syntax.asp 3.实例XPath 实例原创 2012-08-15 15:44:53 · 114 阅读 · 0 评论