I'm trying to parse Yahoo weather xml file (https://query.yahooapis.com/v1/public/yql?q=select+*+from+weather.forecast+where+woeid%3D91888417&format=xml) to my project.But this error appears: Namespace Manager or XsltContext needed. This query has a prefix, variable, or user-defined function. at the red line below!This xml file is really weird cause it has 2 prefix (maybe).
But it still have the same error at the red (I colored) line.I'm still newbie to this thing, please help me!Thanks in advance!I also upload the file, it's a library (very small). Maybe a glance at it maybe better to fix this problem!
Attachment: weathercheck.rar