# File temp/attribute.rb, line 109
                def value
                        @unnormalized if @unnormalized
                        doctype = nil
                        if @element
                                doc = @element.document
                                doctype = doc.doctype if doc
                        end
                        @normalized = nil
                        @value = @unnormalized = Text::unnormalize( @value, doctype )
                end