Module assembly_xml::database
source · [−]Expand description
The XML <database>
format
Before the FDB file format was created, older versions of the client used an XML file to store the client database. This was also used for LUPs to add their data independently of the rest of the game.
Structs
Enums
The value types for the database
Functions
Expects an empty
<column …/>
tag or a closing </columns>
tagExpects an opening
<columns>
tagExpects an opening
<database>
Expects an empty
<row …/>
tag or a closing </rows>
tagExpects an opening
<rows>
tagExpects an opening
<table>
tag or a closing </database>
tag