dreasgrech / DROMsM

DROMsM is a Windows application written in C# WinForms that exposes several helpful operations that assist you in maintaining your romset collections.
4 stars 0 forks source link

Add support for fbneo dat files #17

Closed dreasgrech closed 2 years ago

dreasgrech commented 2 years ago

Example fbalpha dat file: https://raw.githubusercontent.com/libretro/fbalpha/master/dats/FB%20Alpha%20(ClrMame%20Pro%20XML%2C%20Arcade%20only).dat

dreasgrech commented 2 years ago

Opened an issue at the U8XmlParser page https://github.com/ikorin24/U8XmlParser/issues/26

dreasgrech commented 2 years ago

Now wrote a workaround to handle U8XmlParser's inability to parse external doctypes. This workaround will now skip parsing the doctype if it is an external one.

https://github.com/dreasgrech/DROMsM/commit/f5fcaf1946b4d7d9cc3054af110fe5efa34179d1

dreasgrech commented 2 years ago

U8XmlParser now natively skips external doctypes so the workaround is not needed anymore.