seatgeek / api-support

A support channel for the SeatGeek Platform
9 stars 10 forks source link

Invalid XML Markup in feed #68

Open PollstarDan opened 6 years ago

PollstarDan commented 6 years ago

Hi, I am using the SeatGeek endpoint at http://api.seatgeek.com/2/events/?format=xml&aid=%AID%&taxonomies.name=concert&per_page=%PAGESIZE%&page=%OFFSET% and I have noticed that the returned XML has recently started to be malformed.

For example, the element below has an invalid name and cannot be loaded or parsed by the .NET XML parser.

<1200x525>https://chairnerd.global.ssl.fastly.net/images/performers-landscape/kaskade-f03e64/1026/1200x525.jpg

The error text is:

"Name cannot begin with the '1' character, hexadecimal value 0x31. Line 1, position 5048."

Thank you.

Verifiedfan commented 1 year ago

Hi, I am using the SeatGeek endpoint at http://api.seatgeek.com/2/events/?format=xml&aid=%AID%&taxonomies.name=concert&per_page=%PAGESIZE%&page=%OFFSET% and I have noticed that the returned XML has recently started to be malformed.

For example, the element below has an invalid name and cannot be loaded or parsed by the .NET XML parser.

<1200x525>https://chairnerd.global.ssl.fastly.net/images/performers-landscape/kaskade-f03e64/1026/1200x525.jpg

The error text is:

"Name cannot begin with the '1' character, hexadecimal value 0x31. Line 1, position 5048."

Thank you.

Verifiedfan commented 1 year ago

Hi, I am using the SeatGeek endpoint at http://api.seatgeek.com/2/events/?format=xml&aid=%AID%&taxonomies.name=concert&per_page=%PAGESIZE%&page=%OFFSET% and I have noticed that the returned XML has recently started to be malformed.

For example, the element below has an invalid name and cannot be loaded or parsed by the .NET XML parser.

<1200x525>https://chairnerd.global.ssl.fastly.net/images/performers-landscape/kaskade-f03e64/1026/1200x525.jpg

The error text is:

"Name cannot begin with the '1' character, hexadecimal value 0x31. Line 1, position 5048."

Thank you.