Pages: 1
Author Topic: Reading xml with Enigma?  (25,087 Views)
Offline (Unknown gender) Mangolion

Member
Joined: Sep 2014
Posts: 19
View profile
Posted on: December 24, 2014, 09:44:04 PM
I want to be able to read and write to xml language
Offline (Unknown gender) Goombert

Developer
Joined: Jan 2013
Posts: 2,991
View profile
Reply #1 Posted on: December 25, 2014, 02:24:57 AM
ENIGMA could use a good XML extension, all it needs to do is wrap the methods and objects from Rapid XML which is used in my Command Line Interface
https://github.com/enigma-dev/enigma-dev/tree/master/CommandLine/programs/emake/rapidxml-1.13
Offline (Unknown gender) Mangolion

Member
Joined: Sep 2014
Posts: 19
View profile
Reply #2 Posted on: December 26, 2014, 07:44:34 PM
Please Speak English  ???
I'm sorry, but I'm not very experienced with Enigma development.
Offline (Unknown gender) Goombert

Developer
Joined: Jan 2013
Posts: 2,991
View profile
Reply #3 Posted on: December 27, 2014, 01:54:54 AM
Rapid XML is a cross-platform XML reader, pretty much the standard because of its light weight and efficiency. I used it to build a CLI, a CLI lets you build games from a terminal like command prompt without LateralGM or any IDE. Rapid XML is used to load the GMX format. Someone could write an XML extension for ENIGMA that uses Rapid XML and it would be available on all platforms because we use Rapid XML on all platforms for the CLI. It can't be much clearer than that.
Offline (Unknown gender) TheExDeus

Developer
Joined: Apr 2008
Posts: 1,860
View profile
Reply #4 Posted on: December 27, 2014, 10:12:43 AM
QuotePlease Speak English  ???
I'm sorry, but I'm not very experienced with Enigma development.
Basically there is no way to read XML right now without doing it manually with string functions. There is a ready made C++ code that can do this, but someone needs to make as an extension to ENIGMA for people to be able to use it.
Pages: 1