[Mongrel] Very basic question about REXML

2007-07-14 Thread Pawan Gupta
Hello Everybody, I have pretty basic question abut REXML. I want to put the String John doe in titles array, if attribute name is equal to 93. Please see the code below. I could not find how to do it.. any help would be very appriciated. Here is the XML i am trying to parse entrydata

Re: [Mongrel] Very basic question about REXML

2007-07-14 Thread Wayne E. Seguin
On Jul 14, 2007, at 12:17 , Pawan Gupta wrote: Hello Everybody, I have pretty basic question abut REXML. I want to put the String John doe in titles array, if attribute name is equal to 93. Please see the code below. I could not find how to do it.. any help would be very appriciated.