Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ampersand (&) not correctly escaped #6

Open
jdelaiglesia opened this issue Jul 4, 2021 · 1 comment
Open

Ampersand (&) not correctly escaped #6

jdelaiglesia opened this issue Jul 4, 2021 · 1 comment
Assignees

Comments

@jdelaiglesia
Copy link

I'm having trouble trying to parse XML from this link:

http://www.managerzone.com/xml/team_league.php?sport_id=1&league_id=16222

Just because of the ampersand, the API considers it as a new parameter so it parses the content of this link instead:

http://www.managerzone.com/xml/team_league.php?sport_id=1

Probably this would help:

https://stackoverflow.com/questions/5020345/how-to-escape-ampersand-character-in-form-input-using-jquery

@GitBoudewijn
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants