You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@fineless71 thank you for the report! This most likely has to be implemented in xml_find_attributes. Unlike the rest of the code, this does not use recursive descent and has a couple of issues, like not supporting whitespace in attributes.
It's not likely that I'll find time to work on this any time soon, but I'm happy accepting patches.
Hi, I'm trying to parse an svg, and I'm getting an error:
From reading other issues, I've tried removing the header, removing comments, replacing spaces, and replacing single tags (
/>
)Here's the file:
The text was updated successfully, but these errors were encountered: