Closed huntiep closed 7 years ago
Hmm. This should indeed be an error as per xml specs. See this SO thread: https://stackoverflow.com/questions/3493405/do-i-really-need-to-encode-as-amp
I don't know what is best: follow the specs or try to make everything work ... I tend to prefer the specs which are here for a reason.
I'm sorry, I misunderstood what was happening in my application. This is actually the same issue as #32.
Ok I see. I'm afraid you'll need to escape it yourself for now unfortunately...
I ran into an issue parsing a feed, here is a minimal example:
This is the error:
This feed is parsed properly by Firefox, so it seems like an error here. Is this an issue with quick-xml?