diff options
| author | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-02 03:11:02 +0000 |
|---|---|---|
| committer | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-02 03:11:02 +0000 |
| commit | 1de905714a6c549ad22cd969036dac4fcb8814b9 (patch) | |
| tree | 22af88ff37e529f750d8b5e0225acd1a0d91a497 /ChangeLog | |
| parent | b459d4b1c8034af64fa3270add45a5b9d6bd39cb (diff) | |
* lib/soap/generator.rb (SOAP::SOAPGenerator#encode_tag): do not dump
XML attribute which value is nil. value "" and nil both were dumped
as 'attr="value"'. [ruby-dev:29395]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sat Sep 2 12:06:35 2006 NAKAMURA, Hiroshi <nahi@ruby-lang.org> + + * lib/soap/generator.rb (SOAP::SOAPGenerator#encode_tag): do not dump + XML attribute which value is nil. value "" and nil both were dumped + as 'attr="value"'. [ruby-dev:29395] + Sat Sep 2 12:00:32 2006 NAKAMURA, Hiroshi <nahi@ruby-lang.org> * lib/csv.rb (CSV::IOReader#initialize): use String#[](pos, len) |
