JRubyを使用していくつかのXMLファイルを作成したいのですが、MRIRubyのように文字をエスケープしていません。
> "<node attr=#{'this is "my" complicated <String>'.encode(:xml => :attr)} />"
MRI
ruby-1.9.3-p194
=> "<node attr=\"this is "my" complicated <String>\" />"
JRuby
jruby-1.7.2
=> "<node attr=this is \"my\" complicated <String> />"