[xsd-users] Problem accessing basic datatypes behind XML types

Erik Sjölund erik.sjolund at gmail.com
Mon Jul 2 04:21:50 EDT 2012


>   std::string name = valueReport.name();

Maybe like this?
std::string name(valueReport.name().c_str());

cheers,
Erik Sjölund



More information about the xsd-users mailing list