# File rxml/xforms_transformer.rb, line 308 def _attr_value(value) case value when Symbol value.to_s else _escape_quote(value.to_s) end end