Quote:
|
Originally Posted by CarolineBogart
I'm confused
a - is this code websearch.asp?
b - where does it retrieve the value of mysearch?
|
A) - yes, it is websearch.asp
B) - <input type="text" name="q" maxlength=256 size=40 value='<%=mysearch%>' (form on this page that submits to itself)
so the input that give this error is "links:halifax.ca"
- this is a yahoo search api thing, and there is one line in the results -
"How to download CBC's technology show Quirks & Quarks to your iPod.http://www.cbc.ca/podcasting/http://...66800text/html"
im assuming that the xml cant handle the ampersand with the whitespaces. is there a way to handle this?
thanks for looking