From: Peter Zotov Date: 2009-03-26T02:42:58+09:00 Subject: Re: Parsing xml Quoting "Arun Kumar" : > Hi, > Is there any way in Ruby to parse an xml file without using REXML or any > other libraries. Of course. You can write a finite state machine, read XML from file and parse as you want. -- WBR, Peter Zotov