Hi Sijo, here is the code can you suggest me where is going wrong.More over i am not working on the server. I am just creating simple example on RadRails IDE.
require 'xml/libxml' doc = XML::Document.new() doc.root = XML::Node.new('root_node') doc.root << XML::Node.new('elem1') puts doc Chinna. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---