I am having a big trouble utilizing the wolfram alpha api into my project and my brain is almost dead for this issue.
I tried to display their return data in my page and it seems like there are weird url returned in their
data. For example: <a href='pod.jsp?id=M43412.............'>more</a>
When I click the hyperlink, my browser doesn't know the url and display 404 page.
The below url will link to their api and if I type something like 'common', it will display the return xml
//please select html as return format.
http://products.wolframalpha.com/api/explorer.html
There are several tag that displays the weird url I mentioned above.
Can anyone give me some tips or solutions for this issue. It's really killing me right now.
Thanks so much!!!