1

Codesynthesis を使用して解析しようとすると、プロジェクトを使用して XML を記述した後

simulation_results sim_results;
try{

    QString result_xml= "..\\XML\\My.xml";
    sim_results =*simulation_results_(result_xml.toStdString(), xsd::cxx::tree::flags::dont_validate);
}
catch (const xml_schema::exception& e)
{
    std::ostringstream os;
    os << e;
    std::string s = os.str ();
}

この解析は失敗しますが、最初にこの XML を変更せずに解析しようとすると、すべて問題ありません。

要するに、最初に作成してから解析すると失敗します。まだ開いているか、更新する必要がありますか?

4

0 に答える 0