What XML parser does NxuStream use?
NxuStream uses the TinyXML parser to load XML data assets. TinyXML, as the name implies, is very tiny. It is a stable, robust, and fast DOM XML parser in only a few thousand lines of code. This implementation of TinyXML has been wrapped into a namespace and redirects file IO to support reading to and from a buffer in memory.