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.
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.