HI, To built a rss feed for my project, I need to learn xml or I want to learn how to parse xml with ruby. So, if possible, please provide some tutorial links so that I will be grateful:) -- Thanks, Irfan Ahmed Rizvi http://www.welltreat.us +880 1676 246 991 +880 1723 712 288 -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hey Irfan, Have a look at REXML tutorial @; http://www.germane-software.com/software/rexml/docs/tutorial.html <http://www.germane-software.com/software/rexml/docs/tutorial.html> http://www.xml.com/pub/a/2005/11/09/rexml-processing-xml-in-ruby.html <http://www.xml.com/pub/a/2005/11/09/rexml-processing-xml-in-ruby.html> http://www.tutorialspoint.com/ruby/ruby_xml_xslt.htm <http://www.tutorialspoint.com/ruby/ruby_xml_xslt.htm>Other available Ruby XML libraries are(You can also look at); - Chilkat Ruby XML library <http://www.chilkatsoft.com/ruby-xml.asp> - hpricot XML <http://code.whytheluckystiff.net/hpricot/wiki/HpricotXML> - libXML <http://libxml.rubyforge.org/> Regards, Naren On Sun, Nov 21, 2010 at 6:56 AM, Irfan Ahmed <irfandhk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> HI, > To built a rss feed for my project, I need to learn xml or I want to learn > how to parse xml with ruby. > So, if possible, please provide some tutorial links so that I will be > grateful:) > > -- > Thanks, > Irfan Ahmed Rizvi > http://www.welltreat.us > +880 1676 246 991 > +880 1723 712 288 > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- ~N a r e n -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hello Irfan, what about Nokogiri http://www.hostingrails.com/Installing-nokogiri-gem ? In Rails Guides this chapter http://guides.rubyonrails.org/layouts_and_rendering.html writes about using to_xml and RSS feeds. Best wishes, Zoltán On nov. 21, 06:15, Narendra sisodiya <naren.sisod...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hey Irfan, > > Have a look at REXML tutorial @;http://www.germane-software.com/software/rexml/docs/tutorial.html > <http://www.germane-software.com/software/rexml/docs/tutorial.html>http://www.xml.com/pub/a/2005/11/09/rexml-processing-xml-in-ruby.html > <http://www.xml.com/pub/a/2005/11/09/rexml-processing-xml-in-ruby.html>http://www.tutorialspoint.com/ruby/ruby_xml_xslt.htm > > <http://www.tutorialspoint.com/ruby/ruby_xml_xslt.htm>Other available Ruby > XML libraries are(You can also look at); > > - Chilkat Ruby XML library <http://www.chilkatsoft.com/ruby-xml.asp> > - hpricot XML <http://code.whytheluckystiff.net/hpricot/wiki/HpricotXML> > - libXML <http://libxml.rubyforge.org/> > > Regards, > Naren > > > > > > > > > > On Sun, Nov 21, 2010 at 6:56 AM, Irfan Ahmed <irfan...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > HI, > > To built a rss feed for my project, I need to learn xml or I want to learn > > how to parse xml with ruby. > > So, if possible, please provide some tutorial links so that I will be > > grateful:) > > > -- > > Thanks, > > Irfan Ahmed Rizvi > >http://www.welltreat.us > > +880 1676 246 991 > > +880 1723 712 288 > > > -- > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscrib e@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- > ~N a r e n-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Thanks to all of you buddy.............:) My best wishes to all of you also :) On Mon, Nov 22, 2010 at 5:55 AM, gezope <gezope-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello Irfan, > > what about Nokogiri http://www.hostingrails.com/Installing-nokogiri-gem > ? > > In Rails Guides this chapter > http://guides.rubyonrails.org/layouts_and_rendering.html > writes about using to_xml and RSS feeds. > Best wishes, > Zoltán > > On nov. 21, 06:15, Narendra sisodiya <naren.sisod...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hey Irfan, > > > > Have a look at REXML tutorial @; > http://www.germane-software.com/software/rexml/docs/tutorial.html > > <http://www.germane-software.com/software/rexml/docs/tutorial.html> > http://www.xml.com/pub/a/2005/11/09/rexml-processing-xml-in-ruby.html > > <http://www.xml.com/pub/a/2005/11/09/rexml-processing-xml-in-ruby.html> > http://www.tutorialspoint.com/ruby/ruby_xml_xslt.htm > > > > <http://www.tutorialspoint.com/ruby/ruby_xml_xslt.htm>Other available > Ruby > > XML libraries are(You can also look at); > > > > - Chilkat Ruby XML library <http://www.chilkatsoft.com/ruby-xml.asp> > > - hpricot XML < > http://code.whytheluckystiff.net/hpricot/wiki/HpricotXML> > > - libXML <http://libxml.rubyforge.org/> > > > > Regards, > > Naren > > > > > > > > > > > > > > > > > > > > On Sun, Nov 21, 2010 at 6:56 AM, Irfan Ahmed <irfan...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > HI, > > > To built a rss feed for my project, I need to learn xml or I want to > learn > > > how to parse xml with ruby. > > > So, if possible, please provide some tutorial links so that I will be > > > grateful:) > > > > > -- > > > Thanks, > > > Irfan Ahmed Rizvi > > >http://www.welltreat.us > > > +880 1676 246 991 > > > +880 1723 712 288 > > > > > -- > > > 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-/JYPxA39Uh4Ykp1iOSErHA@public.gmane.orgm > . > > > To unsubscribe from this group, send email to > > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org><rubyonrails-talk%2Bunsubscrib > e@googlegroups.com> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/rubyonrails-talk?hl=en. > > > > -- > > ~N a r e n > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- Thanks, Irfan Ahmed Rizvi http://www.welltreat.us +880 1676 246 991 +880 1723 712 288 -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.