move xml helper functions into Util.js and adapt code to use them-- is this where we want to keep them? do we want to keep them? tests need to be written.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@292 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-23 17:35:16 +00:00
parent 123b460932
commit ad41a1df69
3 changed files with 79 additions and 74 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ OpenLayers.Tile.WFS.prototype =
doc = OpenLayers.parseXMLString(request.responseText);
}
var resultFeatures = OpenLayers.getNodes(doc, "gml:featureMember");
var resultFeatures = OpenLayers.Util.getNodes(doc, "gml:featureMember");
// ol.Log.info(this.grid.name + " found " +
// resultFeatures.length + " features");