Just trying example1.bmx from libxml, and it crashes in both debug and release modes ("EXCEPTION_ACCESS_VIOLATION"), then says:
aaa.xml:3: parser error : XML declaration allowed only at the start of the document
<?xml version="1.0"?>
^
There are indeed two XML declarations in aaa.xml, but I imagine a crash isn't what's meant to happen!
Seems to crash, then give the error after dismissing the dialog, then just sit there hung.
Tried on a local HTML file and it gives similar results, ie. crash, list the imperfections in the HTML (guess they must sit in the stdout buffer or something), then hang.
Just trying example1.bmx from libxml, and it crashes in both debug and release modes ("EXCEPTION_ACCESS_VIOLATION"), then says:
There are indeed two XML declarations in aaa.xml, but I imagine a crash isn't what's meant to happen!
Seems to crash, then give the error after dismissing the dialog, then just sit there hung.
Tried on a local HTML file and it gives similar results, ie. crash, list the imperfections in the HTML (guess they must sit in the stdout buffer or something), then hang.