EvoEsports / ManiaTemplates

A templating engine to use for ManiaLinks, an XML based markup language for the game Trackmania.
GNU General Public License v3.0
2 stars 0 forks source link

Strip empty and default ManiaLink-attributes #8

Closed araszka closed 1 year ago

araszka commented 1 year ago

The size of a ManiaLink is limited, therefore we want to eliminate as much markup as possible. The current (lazy) way looks like this: https://github.com/EvoTM/ManiaTemplates/blob/init/Lib/ManiaLink.cs#L47

Try to find a cleaner solution for this.