How to Access XML files in Ruby

Hello,

  I face one problem in ruby +XML , can u tell me what is the

configuration and how to access xml data in ruby programming.

Thanks

Ramakrishna

Rexml comes standard with Ruby so you don’t have to install anything:

http://www.germane-software.com/software/rexml/docs/tutorial.html

b