[R] Custom XML Readers
pl.rudy at gmail.com
pl.rudy at gmail.com
Fri Dec 23 20:51:00 CET 2011
I need to construct a custom XML reader, the files I'm working with are in
funky XML format:
<str name="author">Paul H</str>
<str name="country">USA</str>
<date name="created_date">2010-02-16</date>
I want to read the file so it looks like:
author = Paul H
country = USA
created_date=2010-02-16
Does any one know how to go about this problem, or know of good references i
could access?
Thanks,
Andy
--
View this message in context: http://r.789695.n4.nabble.com/Custom-XML-Readers-tp4229614p4229614.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list