mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 19:04:00 +02:00
- no need for xerces anymore? All XML is now done by rapidxml by default (loading and saving)
This commit is contained in:
@@ -70,7 +70,7 @@ public:
|
||||
class XmlIoRapid {
|
||||
private:
|
||||
static bool initialized;
|
||||
rapidxml::xml_document<> *doc;
|
||||
xml_document<> *doc;
|
||||
|
||||
private:
|
||||
XmlIoRapid();
|
||||
@@ -153,6 +153,7 @@ public:
|
||||
XmlAttribute *addAttribute(const string &name, const string &value, std::map<string,string> mapTagReplacementValues);
|
||||
|
||||
XERCES_CPP_NAMESPACE::DOMElement *buildElement(XERCES_CPP_NAMESPACE::DOMDocument *document) const;
|
||||
xml_node<>* buildElement(xml_document<> *document) const;
|
||||
|
||||
private:
|
||||
string getTreeString() const;
|
||||
|
Reference in New Issue
Block a user