Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

ofxXmlSettings cannot parse '&'

$
0
0

@yangyangcv wrote:

my config.xml is as follows:

<test>ab&c</test>

i use the following code to read this xml:

string str1 = XML_.getValue("test","0");

but str1 is "abc" not "ab&c". how can we read '&' from xml?

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles