- wxString sheetName = node->GetPropVal(wxT("name"), wxEmptyString);
- wxString sheetDescription = node->GetPropVal(wxT("description"), wxEmptyString);
+ wxString sheetName = node->GetAttribute(wxT("name"), wxEmptyString);
+ wxString sheetDescription = node->GetAttribute(wxT("description"), wxEmptyString);