Better support for XML and HTML

Keep <?xml and <!doctype declarations.
This commit is contained in:
alex
2018-07-21 16:57:39 +02:00
parent fbdca00396
commit 071b332aa8
4 changed files with 39 additions and 3 deletions

5
testdata/initial/file2.xml vendored Normal file
View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<root>
<one>one</one>
<two/>
</root>