# File lib/roxml.rb, line 138
        def update_xml(xml, value)
            xml.attributes[name] = value.to_s.to_utf
            xml
        end