0

Getting feeded XML

Dear all,

Could you explain why when I go to this URL:
http://feed-ads.com/?p=85&xml=1&k=1&adcount=3&sip=1&r=1
via an address bar I get a proper XML.

While if I do it via the following YQL request I get no XML data. 

SELECT * FROM xml WHERE url='http://feed-ads.com/?p=85&xml=1&k=1&adcount=3&sip=1&r=1'

How can I get XML data from that URL via YQL request?

Thank you.
Vital



by
1 Reply
  • It seems there is some encoding issue.

    I tried with html table and i found that YQL is not able to read the response properly select * from html where url="http://feed-ads.com/?p=85&xml=1&k=1&adcount=3&sip=1&r=1"

    0

Recent Posts

in YQL