Я бы хотел отделить сообщение:
teste = Nokogiri::XML::DocumentFragment.parse("")
Nokogiri::XML::Builder.with( teste ){ |x|
x.exemplo "teste xml"
}
puts teste.to_xml
Печать сообщений
<exemplo>teste xml</exemplo>
Сообщение, которое вы хотите
<ns3:exemplo>teste</ns3:exemplo>