请教在Firefox中怎样取一个XML节点的值
当前位置:首页 ----> Web开发 ----> XML/SOAP
关键词:Firefox,XML,IE,node xml
overcast:
在IE下面可以用node.xml,但是在firefox下就不行 请问



yyjzsl:
偶也想知道,顶下.


cqlnet:
关注


saucer:
in firefox, you probably need use YourNode.firstChild.nodeValue since text is a node itself, also see http://www.w3schools.com/dom/dom_parser.asp
原文出处:http://topic.csdn.net/t/20060227/21/4581692.html