70 Glib::ustring temp = element;
71 if (temp.find(
"svg:") != std::string::npos) {
72 temp.erase(temp.find(
"svg:"), 4);
77 if (attribute[0] ==
'-'
78 || attribute.substr(0,4) ==
"role"
79 || attribute.substr(0,4) ==
"aria"
80 || attribute.substr(0,5) ==
"xmlns"
81 || attribute.substr(0,9) ==
"inkscape:"
82 || attribute.substr(0,9) ==
"sodipodi:"
83 || attribute.substr(0,4) ==
"rdf:"
84 || attribute.substr(0,3) ==
"cc:"
85 || attribute.substr(0,4) ==
"ns1:"
86 || (instance.attributesOfElements[temp].find(attribute)
87 != instance.attributesOfElements[temp].end())) {