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

LBP is not escaping & in descriptions #461

Open
Beyley opened this issue May 6, 2024 · 2 comments
Open

LBP is not escaping & in descriptions #461

Beyley opened this issue May 6, 2024 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Beyley
Copy link
Member

Beyley commented May 6, 2024

This causes the XML parser to get mad, since & on its own is invalid in XML

https://discord.com/channels/1049223665243389953/1236897929923526656/1236897929923526656
https://discord.com/channels/1049223665243389953/1049225857350254632/1236899013266116620

@Beyley Beyley added bug Something isn't working good first issue Good for newcomers labels May 6, 2024
@jvyden
Copy link
Member

jvyden commented May 13, 2024

How did you envision this being solved..?

@Beyley
Copy link
Member Author

Beyley commented May 13, 2024

How did you envision this being solved..?

before parsing XML, search for & that arent normal XML escape sequences, and escape them so that the XML parser is happy with them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants