问题描述
代码如下。在Internetexplorer里可以用XMLDocument属性来访问<xml>元素的内容。android浏览器里试了下没反应,还把xml里面的内容都给显示出来了。如果js做不到的话应该如何实现?<html><head><title>UntitledPage</title></head><body><SCRIPTLANGUAGE="JavaScript"><!--functioncheck(){varxml1=document.getElementById("xml1");varoNode=xml1.XMLDocument.selectSingleNode("books/book/author");alert(oNode.text);////alert(xml1.XMLDocument);}//--></SCRIPT><INPUTTYPE=buttonVALUE="Test"onclick="check()"ID="Button4"NAME="Button4"><xmlid="xml1"><!--src="books.xml"--><books><book><author>Carson</author><priceformat="dollar">31.95</price><pubdate>05/01/2001</pubdate></book><pubinfo><publisher>MSPress</publisher><state>WA</state></pubinfo></books></xml></body></html>只有20分了大家别嫌少
解决方案
解决方案二:
好久没来,把资源积分错当成结贴的积分了。刚才在移动平台->Android版面也发了同样内容的帖子,可以去那边结贴。:)http://topic.csdn.net/u/20111109/16/7714e756-1ed3-4154-aeba-ae12fb566a53.html?1501
解决方案三:
自己顶