Displaying 1 result from an estimated 1 matches for "entrydata".
2007 Jul 14
1
Very basic question about REXML
...body,
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 columnnumber="2" name="93">
<text>John doe</text>
</entrydata>
<entrydata columnnumber="1" name="86">
<numberlist>
<number>0</number>
<number>0</number>
</nu...