Hi to all members of this list,

i'm trying to parse an XML file and it seems that it's not very
straightforward. I managed to get to the node that has a lot of sub nodes
with similar format, i.e. :
 $Purchase
<Purchase>
 <Price>-2000.1</Price>
 <Volume>29510.27</Volume>
</Purchase>

$Purchase
<Purchase>
 <Price>-2000</Price>
 <Volume>29507.26</Volume>
</Purchase>

I was wondering what is the way to process it in the fast and efficient way,
i.e. not by looping through each sub-node.

Thanks
-- 
View this message in context: 
http://r.789695.n4.nabble.com/extract-data-table-from-XML-tp2968536p2968536.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