Re: [R] How to parse xml with same key name ?

2012-11-01 Thread Mikko Korpela
On 01.11.2012 06:29, Manish Gupta wrote: > HI, > > I need to parse an xml where key name are same but values are different. > > > > Some dummy text > > one > two > three > > > When i use xmlGetAttr() function i always get one as value. How can i g

[R] How to parse xml with same key name ?

2012-10-31 Thread Manish Gupta
HI, I need to parse an xml where key name are same but values are different. Some dummy text one two three When i use xmlGetAttr() function i always get one as value. How can i get one , two and three? Pls help me out of this pblm . -- View th