Hi,
I've been using a really old version of Xlobby2 for about 1.5 years. Just decided to upgrade recently. Man, it's sweet.
Anyone know if I can save URLs with ampersands in a database? I understand that & is a special xml character, but I wonder if there's a workaround. I'm trying to store Yahoo Launchcast radio station URLs in a database. They are of the form:
http://blah.something.com/someapp.asp?a=4&b=3&c=2
I tried saving the ampersands as "%26" (ascii encoded) but that doesn't work. Internet explorer also doesn't like the "&" notation.
I guess if there's no way to do it, I could resort to storing each item between the &s as a separate item in the database. Could I then use the goto URL with a parameter like this:
http://blah.something.com/someapp.asp?a=%launchcast>a%&b=%launchcast>b% (etc.....)
Thanks,
Sean.