FET Forum

FET Support (English) => Programming Help => Topic started by: liquid on March 14, 2011, 08:30:02 PM

Title: XML parser
Post by: liquid on March 14, 2011, 08:30:02 PM
XML is a very popular file format for describing many sorts of data. Is there a ready to use XML parser or you have to program the parser each time from scratch?
Title: Re: XML parser
Post by: Liviu Lalescu on March 14, 2011, 08:54:33 PM
FET uses the Qt DOM XML parser. There are two parsers in Qt: DOM and SAX. See: http://doc.qt.nokia.com/4.7/qtxml.html . Also, see fet-v.v.v/src/engine/rules.cpp for XML reading of FET.