# File lib/hwp_properties.rb, line 54
      def initialize(xml, name)
        super(xml, name)
        @value = @value.to_f if @value
      end