HI, 

I need to parse an xml where key name are same but values are different. 

<root>
     <test>
                 Some dummy text
     </test>
     <node id="1">one</node>
     <node id="2">two</node>
     <node id="3">three</node>
</root>

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 this message in context: 
http://r.789695.n4.nabble.com/How-to-parse-xml-with-same-key-name-tp4648097.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to