Author Topic: XML parser for FOnline  (Read 3276 times)

Offline Atom

  • Rotator
XML parser for FOnline
« on: June 29, 2013, 05:47:02 am »
This is a release of an AngelScritpt extension for FOnline that allows reading of XML files in the scripts. It is a wrapper around TinyXML, an XML parser that uses Document Object Model approach. The file xml_example.fos contains example of usage, along with a minimalistic API specification in the comments at the end of the file. The C++ sources of the extension are included in the archive. The binary has been built with sdk revision 408.

This is the same XML parser that has been previously released on the old fonline.ru forum.

Download the extension here.