# File temp/attribute.rb, line 107
                def to_string
                        if @element and @element.context and @element.context[:attribute_quote] == :quote
                                %Q^#@expanded_name="#{to_s().gsub(/"/, '&quote;')}"^
                        else
                                "#@expanded_name='#{to_s().gsub(/'/, ''')}'"
                        end
                end