// Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. #ifndef tools_xml_style #define tools_xml_style #include "loader" #include #include #include namespace tools { namespace xml { inline void load_style(tools::xml::styles& a_styles,const tools::xml::tree& a_tree) { std::string name; a_tree.attribute_value("name",name); if(name.empty()) { a_styles.out() << "tools::sg::gui_viewer::load_style :" << "