Open Matafou opened 6 years ago
@psteckler can you just see what part of the xml is wrong please?
I could not find an error in the text. Emacs nXML
mode does not report an error. Also, I used the XML validator at https://www.w3schools.com/xml/xml_validator.asp, and it reports no errors.
It is possible that the error message was caused by some other issue, which I'll have to investigate.
I ran the Elisp/libxml parser on that string and it successfully created an S-exp. In fact, I called the function I wrote that wraps the parser, which deletes the contents of the buffer if the parse is successful. After parsing, I verified that the buffer size is 0.
That message box is guarded by a check for a nonempty buffer. So I don't understand why that message box appears.
Is the problem reproducible?
Maybe there's a race condition:
Working on a fix for that possibility.
Actually, it's not clear to me why a race might happen, because
In any case, I created #341, which uses temp buffers for XML parsing, instead of a dedicated buffer, if in fact the buffer gets additional data, somehow. If the issue can be reproduced, we can see if this fixes the problem.
Hi, When using pg/xml on a large file I get a "ill formed xml" message, see attached file. Sorry I did not manage to minimize the example yet. I will try. P.
illformedXML.txt