/* * $Id$ * * [ Description ] * */ #include "Behavioural/include/XML.h" namespace morpheo { namespace behavioural { bool XML::attribut (string name, string value) { _body += " "+name+"=\""+value+"\""; return true; }; }; // end namespace behavioural }; // end namespace morpheo