xml_attribute_set_value
xml_attribute_set_value(&rect->x, &rect->x_val[0]);
xml_attribute_set_value(&rect->y, &rect->y_val[0]);
xml_attribute_set_value(&rect->w, &rect->w_val[0]);
xml_attribute_set_value(&rect->h, &rect->h_val[0]);
xml_attribute_set_value(&text->x, &text->x_val[0]);
xml_attribute_set_value(&text->y, &text->y_val[0]);
xml_attribute_set_value(&text->fontsize, &text->fontsize_val[0]);
xml_attribute_set_value(&text->transform, &text->transform_val[0]);
xml_attribute_set_value(&line->x1, &line->x1_val[0]);
xml_attribute_set_value(&line->x2, &line->x2_val[0]);
xml_attribute_set_value(&line->y1, &line->y1_val[0]);
xml_attribute_set_value(&line->y2, &line->y2_val[0]);
xml_attribute_set_value(&line->transform, &line->transform_val[0]);