Merge 2.0 branch to trunk.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1369 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -355,6 +355,8 @@ OpenLayers.Util.getXmlNodeValue = function(node) {
|
||||
Try.these(
|
||||
function() {
|
||||
val = node.text;
|
||||
if (!val)
|
||||
val = node.textContent;
|
||||
},
|
||||
function() {
|
||||
val = node.textContent;
|
||||
|
||||
Reference in New Issue
Block a user