LotroCompanion / lotro-companion

A graphical tool to manage your Lotro Characters (including gear/stats simulation)
32 stars 4 forks source link

Use a SAX parser to load deeds data from XML #345

Closed dmorcellet closed 1 year ago

dmorcellet commented 1 year ago

Same advantages as in issue #344. But also, it will also to remove a bunch of DOM code that is shared between quests and deeds parsers.

dmorcellet commented 1 year ago

Done.