# File lib/cgikit.rb, line 2277
        def to_s
                to_s = ''
                if ( ( ( not @attr_negate    ) and @attr_condition ) or \
                     ( ( not @attr_condition ) and @attr_negate    ) ) then
                        parser                  = CKHTMLParser.new( parent, body )
                        parser.repetitions      = @repetitions
                        parser.repetition_index = @repetition_index
                        to_s = parser.parse
                end
                to_s
        end