From @Ingrater on November 2, 2016 15:40
First off: Awesome project. Please keep going and get it merged into phobos!
In the wild its quite common to have files which use xml syntax but don't have a xml declaration:
It should be easy to parse such files. My current workaround is to manually stick a xml declaration to the front of the buffer before parsing it.
Copied from original issue: lodo1995/experimental.xml#36
From @Ingrater on November 2, 2016 15:40
First off: Awesome project. Please keep going and get it merged into phobos!
In the wild its quite common to have files which use xml syntax but don't have a xml declaration:
It should be easy to parse such files. My current workaround is to manually stick a xml declaration to the front of the buffer before parsing it.
Copied from original issue: lodo1995/experimental.xml#36