以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 DOM/SAX/XPath 』  (http://bbs.xml.org.cn/list.asp?boardid=11)
----  关于在js中使用xpath的问题(substring)  (http://bbs.xml.org.cn/dispbbs.asp?boardid=11&rootid=&id=64887)


--  作者:foxu
--  发布时间:7/24/2008 1:19:00 AM

--  关于在js中使用xpath的问题(substring)

xml元素为<w c="234">ab</w>

用js读取属性c中字符串第一个为"2"
var node = xmlDoc.selectNodes("//w[substring(@c,1,1)='2']")

js出现错误
请教~


  


--  作者:belinda_pjm
--  发布时间:7/24/2008 3:43:00 PM

--  
xmlDoc.selectNodes("这个中间是放xpath");
//w[中间是条件]
比如://w[@c=2]

你这样写试一下看可以不
normalize-space(substring(/w/@c,1,1))


W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
31.250ms