Questions tagged [tinyxml2]

TinyXML-2 is a simple, small, efficient, C++ XML parser

TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.

106 questions
0
votes
2 answers

Tinyxml2 append function

I have been looking for a way to append my xml file using tinyxml2 but couldn't find anything. I would appreciate any help. Here is my code: function savedata() { XMLNode * pRoot = xmlDoc.NewElement("Cars"); xmlDoc.InsertFirstChild(pRoot); …
Spun a
  • 35
  • 1
  • 5
0
votes
0 answers

TinyXML2 - Reading data from elements

I have this XML file which I want to be able to read certain text out of. I'm parsing it using TinyXML2. This is an Android XML file, and it's written different to regular XML files. What I want to do is read from the android:pathData tag within…
Samurai Kitty
  • 39
  • 2
  • 7
0
votes
1 answer

Updating Data in tiny Xml element

My question is: is it possible to change the data in an xml element? What i want to do is change the data in the element depending on what button is pressed. I currently have it reading and writing to the xml file working but i want to change it to,…
Derek O Brien
  • 173
  • 1
  • 3
  • 14
0
votes
2 answers

In TinyXML2, how to use XMLText to get the entire Text with inline marker

The code is got from the http://www.grinninglizard.com/tinyxml2docs/_example-3.html static const char* xml = "" "" "" "A Midsummer <b>Night's…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c++" class="post-tag grid--cell" title="show questions tagged 'c++'" rel="tag">c++</a> <a href="../../questions/tagged/tinyxml2" class="post-tag grid--cell" title="show questions tagged 'tinyxml2'" rel="tag">tinyxml2</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 02 '15 at 23:21">asked Jan 02 '15 at 23:21</time> <a href="../../users/4413168/gilgamesh-dl" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/4413168.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Gilgamesh_DL" /> </a> <div class="s-user-card--info"> <a href="../../users/4413168/gilgamesh-dl" class="s-user-card--link">Gilgamesh_DL</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="2 bronze badges">2</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-25901530"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/25901530/issues-loading-data-in-from-xml-using-tinyxml2" class="question-hyperlink">Issues loading data in from xml using TinyXml2</a></h3> <div class="excerpt">I am trying to make a function in my application that can load in an object through attributes in an xml file. I would like to use TinyXML2 as I hear it is pretty easy and quick for games. Currently I have the following xml file: <?xml…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c++" class="post-tag grid--cell" title="show questions tagged 'c++'" rel="tag">c++</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/tinyxml2" class="post-tag grid--cell" title="show questions tagged 'tinyxml2'" rel="tag">tinyxml2</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 17 '14 at 22:44">asked Sep 17 '14 at 22:44</time> <a href="../../users/3334986/user3334986" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3334986.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user3334986" /> </a> <div class="s-user-card--info"> <a href="../../users/3334986/user3334986" class="s-user-card--link">user3334986</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">149</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="12 bronze badges">12</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-24227817"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/24227817/tinyxml2-exc-bad-access-im-sure-its-a-null-ptr-but-no-idea-why" class="question-hyperlink">TinyXML2 EXC_BAD_ACCESS Im sure its a null ptr but no idea why</a></h3> <div class="excerpt">So I have been at this for days, and I have no idea why a BAD_ACCESS error is thrown. Sometimes it works, sometimes it doesn't. void xmlParser::parseXML(string file){ tinyxml2::XMLDocument doc; if(!doc.LoadFile(file.c_str())) { cout << "ERROR:…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c++" class="post-tag grid--cell" title="show questions tagged 'c++'" rel="tag">c++</a> <a href="../../questions/tagged/xcode" class="post-tag grid--cell" title="show questions tagged 'xcode'" rel="tag">xcode</a> <a href="../../questions/tagged/pointers" class="post-tag grid--cell" title="show questions tagged 'pointers'" rel="tag">pointers</a> <a href="../../questions/tagged/exc-bad-access" class="post-tag grid--cell" title="show questions tagged 'exc-bad-access'" rel="tag">exc-bad-access</a> <a href="../../questions/tagged/tinyxml2" class="post-tag grid--cell" title="show questions tagged 'tinyxml2'" rel="tag">tinyxml2</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 15 '14 at 08:22">asked Jun 15 '14 at 08:22</time> <a href="../../users/3741879/dom" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3741879.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Dom" /> </a> <div class="s-user-card--info"> <a href="../../users/3741879/dom" class="s-user-card--link">Dom</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">3</li> <li class="s-award-bling s-award-bling__bronze" title="5 bronze badges">5</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-22335428"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/22335428/tinyxml2-returns-null" class="question-hyperlink">TinyXML2 returns Null?</a></h3> <div class="excerpt">I'm currently embedding TinyXML2 into a game engine. I have this code, which in theory should work unless I have been staring at it for too long. Can somebody offer any help? Much appreciated! Basically it returns Null. const char…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c++" class="post-tag grid--cell" title="show questions tagged 'c++'" rel="tag">c++</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/tinyxml2" class="post-tag grid--cell" title="show questions tagged 'tinyxml2'" rel="tag">tinyxml2</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 11 '14 at 20:02">asked Mar 11 '14 at 20:02</time> <a href="../../users/3236164/user3236164" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3236164.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user3236164" /> </a> <div class="s-user-card--info"> <a href="../../users/3236164/user3236164" class="s-user-card--link">user3236164</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">13</li> <li class="s-award-bling s-award-bling__bronze" title="3 bronze badges">3</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-16697296"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/16697296/how-to-use-absolute-paths-with-tinyxml2" class="question-hyperlink">How to use absolute paths with TinyXML2</a></h3> <div class="excerpt">I am using TinyXML2 to load/edit/save xml settings. I have found this works: (success == true) tinyxml2::XMLDocument *printjobxml; printjobxml = new tinyxml2::XMLDocument(); success = printjobxml->LoadFile("myxml.xml"); ...and this doesn't:…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c++" class="post-tag grid--cell" title="show questions tagged 'c++'" rel="tag">c++</a> <a href="../../questions/tagged/tinyxml2" class="post-tag grid--cell" title="show questions tagged 'tinyxml2'" rel="tag">tinyxml2</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 22 '13 at 16:44">asked May 22 '13 at 16:44</time> <a href="../../users/410072/james" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/410072.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="James" /> </a> <div class="s-user-card--info"> <a href="../../users/410072/james" class="s-user-card--link">James</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">30,496</li> <li class="s-award-bling s-award-bling__gold" title="19 gold badges">19</li> <li class="s-award-bling s-award-bling__silver" title="86 silver badges">86</li> <li class="s-award-bling s-award-bling__bronze" title="113 bronze badges">113</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-16562564"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/16562564/tinyxml2-load-xml-errorid-10" class="question-hyperlink">tinyxml2 load xml errorID 10</a></h3> <div class="excerpt">I'm working on a project in C++ using tinyxml2. I have an issue with the xml parsing , I get an errorID 10 and the error message is "XML_ERROR_PARSING_TEXT" when the file is loaded. This is the following xml in question: <Game> <Window> …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/tinyxml2" class="post-tag grid--cell" title="show questions tagged 'tinyxml2'" rel="tag">tinyxml2</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 15 '13 at 10:24">asked May 15 '13 at 10:24</time> <a href="../../users/1677747/gael-canabate" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1677747.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Gaël Canabaté" /> </a> <div class="s-user-card--info"> <a href="../../users/1677747/gael-canabate" class="s-user-card--link">Gaël Canabaté</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">75</li> <li class="s-award-bling s-award-bling__silver" title="3 silver badges">3</li> <li class="s-award-bling s-award-bling__bronze" title="7 bronze badges">7</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-60805477"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/60805477/tinyxml2-error-while-parsing-a-xml-file-with-c" class="question-hyperlink">Tinyxml2 error while parsing a xml file with c++</a></h3> <div class="excerpt">I'm using tinyxml2 to parse a xml file. While debugging with some prints: XMLDocument doc; doc.LoadFile("../../Demos/config.xml"); std::cout << "file loaded" << std::endl; XMLNode * pRoot = doc.FirstChild(); std::cout << "first element loadaed"…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c++" class="post-tag grid--cell" title="show questions tagged 'c++'" rel="tag">c++</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/tinyxml2" class="post-tag grid--cell" title="show questions tagged 'tinyxml2'" rel="tag">tinyxml2</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card__deleted"> <time class="s-user-card--time" datetime="asked Mar 22 '20 at 22:02">asked Mar 22 '20 at 22:02</time> <div class="s-avatar s-avatar__32 s-user-card--avatar"> </div> <div class="s-user-card--info">user8185166</div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-60535247"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/60535247/error-getting-first-child-element-of-node-with-tinyxml2" class="question-hyperlink">error getting first child element of node with tinyxml2</a></h3> <div class="excerpt">I have this XML file <?xml version="1.0" encoding="UTF-8"?> <scene> <file>sphere.d3</file> </scene> And this function that should put all the "file" elements into a vector vector<string> loadXML(string file){ vector<string> files; …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c++" class="post-tag grid--cell" title="show questions tagged 'c++'" rel="tag">c++</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/tinyxml2" class="post-tag grid--cell" title="show questions tagged 'tinyxml2'" rel="tag">tinyxml2</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 04 '20 at 21:51">asked Mar 04 '20 at 21:51</time> <a href="../../users/7927309/pedro-fernandes" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/7927309.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Pedro Fernandes" /> </a> <div class="s-user-card--info"> <a href="../../users/7927309/pedro-fernandes" class="s-user-card--link">Pedro Fernandes</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">216</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="12 bronze badges">12</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-60533600"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/60533600/can-t-open-xml-file-using-tinyxml2" class="question-hyperlink">Can't open xml file using tinyxml2</a></h3> <div class="excerpt">I've looked through dozens of posts about this and none of them fixed my problem. I have this xml file. <?xml version="1.0" encoding="UTF-8"?> <scene> <file>sphere.d3<file/> </scene> I have this very simple function that for now simply open the…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c++" class="post-tag grid--cell" title="show questions tagged 'c++'" rel="tag">c++</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/tinyxml2" class="post-tag grid--cell" title="show questions tagged 'tinyxml2'" rel="tag">tinyxml2</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 04 '20 at 19:43">asked Mar 04 '20 at 19:43</time> <a href="../../users/7927309/pedro-fernandes" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/7927309.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Pedro Fernandes" /> </a> <div class="s-user-card--info"> <a href="../../users/7927309/pedro-fernandes" class="s-user-card--link">Pedro Fernandes</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">216</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="12 bronze badges">12</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-41579412"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/41579412/why-does-this-code-produce-4-times-nothing-and-the-fifth-time-the-correct-data" class="question-hyperlink">Why does this code produce 4 times nothing and the fifth time the correct data?</a></h3> <div class="excerpt">I got an XML-file: <weatherdata> <location> <name>Vlaardingen</name> <type/> <country>NL</country> <timezone/> <location altitude="0" latitude="51.912498" longitude="4.34167" geobase="geonames" …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c++" class="post-tag grid--cell" title="show questions tagged 'c++'" rel="tag">c++</a> <a href="../../questions/tagged/xml" class="post-tag grid--cell" title="show questions tagged 'xml'" rel="tag">xml</a> <a href="../../questions/tagged/parsing" class="post-tag grid--cell" title="show questions tagged 'parsing'" rel="tag">parsing</a> <a href="../../questions/tagged/tinyxml2" class="post-tag grid--cell" title="show questions tagged 'tinyxml2'" rel="tag">tinyxml2</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 10 '17 at 22:16">asked Jan 10 '17 at 22:16</time> <a href="../../users/7370039/bluewave1976" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/7370039.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Bluewave1976" /> </a> <div class="s-user-card--info"> <a href="../../users/7370039/bluewave1976" class="s-user-card--link">Bluewave1976</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">25</li> <li class="s-award-bling s-award-bling__bronze" title="4 bronze badges">4</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-57089810"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/57089810/how-to-return-a-pointer-to-array-of-structs-when-reading-xml-using-tinyxml2" class="question-hyperlink">How to return a pointer to array of structs when reading XML using tinyXML2</a></h3> <div class="excerpt">I am trying to read the elements in an XML and store in a array of struct and need to pass the pointer of this array to other functions. However I have issue compiling in gnu, error message: error: cannot convert myRec to uint32_t…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c++" class="post-tag grid--cell" title="show questions tagged 'c++'" rel="tag">c++</a> <a href="../../questions/tagged/tinyxml2" class="post-tag grid--cell" title="show questions tagged 'tinyxml2'" rel="tag">tinyxml2</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 18 '19 at 08:04">asked Jul 18 '19 at 08:04</time> <a href="../../users/11801610/inno3491" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/11801610.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="inno3491" /> </a> <div class="s-user-card--info"> <a href="../../users/11801610/inno3491" class="s-user-card--link">inno3491</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="1 bronze badges">1</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-31684763"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/31684763/c-convert-char-with-unicode-utf-8-symbols-to-std-wstring" class="question-hyperlink">C++. Convert char* with unicode (UTF-8) symbols to std::wstring</a></h3> <div class="excerpt">I faced with pretty common problem, but I can't find solution for this. tinyxml2 library returning const char* with Attribute(const char*) method. In xml file, opened with that library, I have attributes with unicode and without. File converted to…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c++" class="post-tag grid--cell" title="show questions tagged 'c++'" rel="tag">c++</a> <a href="../../questions/tagged/unicode" class="post-tag grid--cell" title="show questions tagged 'unicode'" rel="tag">unicode</a> <a href="../../questions/tagged/utf-8" class="post-tag grid--cell" title="show questions tagged 'utf-8'" rel="tag">utf-8</a> <a href="../../questions/tagged/tinyxml2" class="post-tag grid--cell" title="show questions tagged 'tinyxml2'" rel="tag">tinyxml2</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 28 '15 at 18:49">asked Jul 28 '15 at 18:49</time> <a href="../../users/3918565/alex" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3918565.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Alex" /> </a> <div class="s-user-card--info"> <a href="../../users/3918565/alex" class="s-user-card--link">Alex</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">11</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/tinyxml2_page=6" rel="prev" title="Go to page 6">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/tinyxml2_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/tinyxml2_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/tinyxml2_page=3" rel="" title="Go to page 3">3</a> <a class="s-pagination--item" href="../../questions/tagged/tinyxml2_page=4" rel="" title="Go to page 4">4</a> <a class="s-pagination--item" href="../../questions/tagged/tinyxml2_page=5" rel="" title="Go to page 5">5</a> <a class="s-pagination--item" href="../../questions/tagged/tinyxml2_page=6" rel="" title="Go to page 6">6</a> <div class="s-pagination--item is-selected">7</div> <a class="s-pagination--item" href="../../questions/tagged/tinyxml2_page=8" rel="" title="Go to page 8">8</a> <a class="s-pagination--item" href="../../questions/tagged/tinyxml2_page=8" rel="next" title="Go to page 8"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>