80//ordered data to send to wespo (will be obtained after reordering unordered data)
81 QList <WespoEntry> wpdata;
82
83//used in first step to localize translatable string in a tag when the tag is closed or a subtag is opened. Will be parsed and cleared every time a new tag is opened or every time the current tag is closed
84 QString maxstring;
85
86private:
88bool parseMacrocall(WmlNode * current_node, int currentline, QString &xline); //MacroCall.cpp