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

Ticket #418 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

cannot distinguish '' and nil as a value of XML attribute

Reported by: nahi Assigned to: nahi
Priority: normal Milestone: 1.5.8
Component: soap4r Version: 1.5
Keywords: Cc:

Description (Last modified by nahi)

<ele attr=""> and <ele> (no 'attr' attribute in the element)

Change History

09/10/07 21:05:16 changed by nahi

  • description changed.

09/10/07 21:13:42 changed by nahi

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

(In [1949]) * do not create extraattr entry in SOAP/OM when the value is nil. it fixes unneccesary XML attribute serialization introduced in [1945].

  • let it be distinguishable <ele attr=> from <ele> (no attribute in the element). now the former returns and the latter returns nil. closes #418.