silnrsi / sldr

SIL Locale Data Repository
MIT License
18 stars 11 forks source link

brh.xml missing closing </characters> tag #25

Closed colinmford closed 2 years ago

colinmford commented 2 years ago

Got the following error when trying to parse the file using lxml:

lxml.etree.XMLSyntaxError: Opening and ending tag mismatch: characters line 29 and ldml, line 45, column 8

This PR adds a closing tag for the characters tag on line 35.