Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
400 views
in Technique[技术] by (71.8m points)

xmldocument - IE9 selectSingleNode missing from beta, how to overcome this in JavaScript?

XMLDocument object in Internet Explorer 9 does not contain definition for selectSingleNode Xpath-based traversal anymore.

Of course, I googled a little and came across this thread, where it is unsure is it missing by specification or by the fact it is still "in beta".

http://social.msdn.microsoft.com/Forums/en/iewebdevelopment/thread/0dc55c4d-4a63-4a12-b5cc-e4e12cc13d91

Anyone have idea how to resolve this, is there some other way of XPath traversal trough XMLDocument that is "IE9 Way"?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

XPath is not available in IE9's native XML support; we recommend moving to the Selectors API instead. If required, XPath support is still available using the MSXML ActiveX objects.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...