dxml icon indicating copy to clipboard operation
dxml copied to clipboard

Parser fails to operate on UTF8 Files containing a BOM

Open cschlote opened this issue 3 years ago • 0 comments

There seems to be a problem with UTF-8 XML files containing a BOM marker:

Parser failed with exception dxml.parser.XMLParsingException@/root/.dub/packages/dxml-0.4.3/dxml/source/dxml/parser.d(1925): [1:1]: Expected <

The problem disappeared after removing the BOM (with Geany) from the XML file, so I suppose the problem is releated to the BOM.

cschlote avatar Aug 01 '21 06:08 cschlote