rapidxml Questions

3

Solved

I've been messing with using RapidXML on one of my projects. It was all going so well until I decided to use it for writing out xml. My code is more or less as follows: //attempt to open the file ...
Desdemona asked 1/1, 2013 at 20:24

3

Solved

I just started using rapidXML since it was recommended to me. Right now to iterate over multiple siblings i do this: //get the first texture node xml_node<>* texNode = rootNode->first_no...
Korns asked 20/1, 2010 at 20:2

8

Solved

In my C++ program I want to parse a small piece of XML, insert some nodes, then extract the new XML (preferably as a std::string). RapidXml has been recommended to me, but I can't see how to retrie...
Yap asked 1/9, 2008 at 15:10

4

I have to parse an XML file in C++. I was researching and found the RapidXml library for this. I have doubts about doc.parse<0>(xml). Can xml be an .xml file or does it need to be a string...
Brambling asked 11/5, 2010 at 4:12

3

Using rapidxml I'm wanting to loop through a set of nodes, and am using what I found to be the best way to do this (from trusty stackoverflow, the doc doesn't appear to have an example of iteration...
Cuttle asked 5/3, 2011 at 10:52

1

Solved

What's the difference between these two methods of reading an input file? 1) Using 'ifstream.get()' and 2) Using a vector<char> with ifstreambuf_iterator<char> (less understood by me...
Manning asked 15/6, 2011 at 20:11

4

Solved

I am trying to include rapidxml into my current project. However, it would not build. Visual Studio would complain about this piece of code (rapidxml.hpp:419+451): 419: void *memory = allocate_al...
Hoofbound asked 21/1, 2011 at 8:43

1

Solved

RapidXML is a fast, lightweight C++ XML DOM Parser, but it has some quirks. The worst of these to my mind is this: 3.2 Ownership Of Strings. Nodes and attributes produced by RapidXml do not ...
Building asked 12/3, 2010 at 11:58
1

© 2022 - 2024 — McMap. All rights reserved.