ruby-cvs:18045
From: (nahi) <nahi ruby-lang.org>
Date: Sat, 2 Sep 2006 12:11:03 +0900
Subject: [ruby-cvs:18045] ruby, ruby/lib/soap: * lib/soap/generator.rb (SOAP::SOAPGenerator#encode_tag): do not dump
nahi Sat, 2 Sep 2006 12:11:03 +0900
Modified files:
ruby:
ChangeLog
ruby/lib/soap:
generator.rb
Log:
* 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]
Revision Changes Path
1.5311 +6 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.5310&r2=1.5311
1.9 +13 -7 ruby/lib/soap/generator.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/soap/generator.rb?cvsroot=src&r1=1.8&r2=1.9