# File htree/encoder.rb, line 76
    def output_dynamic_attvalue(string)
      output_text(string.to_s.gsub(/[&<>"]/) { AttrChRef[$&] })
    end