Remove Byte Order Mark and No-Break Space characters from xml files

The xml parser does not know how to parse these.
This commit is contained in:
Tom Stellard 2020-09-02 16:36:45 -07:00
parent 086334ba16
commit a14046e21f
5 changed files with 5 additions and 5 deletions

View File

@ -88,4 +88,4 @@
</team>
</teams>
</league> 
</league>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<league>
<sid>angola1</sid>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<league>
<sid>angola2</sid>

View File

@ -88,4 +88,4 @@
</team>
</teams>
</league> 
</league>

View File

@ -88,4 +88,4 @@
</team>
</teams>
</league> 
</league>