JavaScript - xml tag not recognized while parsing XML



I have an XML file located here (wait for 10 sec to get it). I am trying to parse it. This gives first a parent:



$(xml).find("wfs\\:FeatureCollection")


But this does not give a member tag which is a paren children and results in empty document.



$(xml).find("wfs\\:FeatureCollection").find("wfs\\:member")


Why?


No comments:

Post a Comment