i would like to have a xml or txt file with some passwords + alphanumeric keys stored.
i’ve successfully used the xml addon for ints.
and digging into into the source, it seems the only thing that returns a string is the getAttribute call.
string getAttribute(const string& tag, const string& attribute, const string& defaultValue, int which = 0);
and after reading this (http://forum.openframeworks.cc/t/creating-attributes-with-ofxxmlsettings/6618/0) it seems that the attribute name might be a string but the attribute itself is always a number. ??
but maybe i can fake it by using the attribute name as the thing i’m reading?
in general, can i read and write strings with XML? or that’s another procedure?
thanks,
dan