Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Ticket #241 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

do not dump XML attribute which value is nil

Reported by: nahi Assigned to: nahi
Priority: low Milestone: 1.5.6
Component: soap4r Version: 1.5
Keywords: Cc:

Description

element.extraattr["foo"] = nil # => should not dumped
element.extraattr["foo"] = ""  # => dumped as 'foo=""'

Change History

09/02/06 00:20:11 changed by nahi

  • status changed from new to closed.
  • resolution set to fixed.

(In [1707]) do not dump XML attribute which value is nil. closes #241.