Re: [R] Print minified XML in tree format

2015-12-15 Thread Archit Soni
Thanks Giorgio, for the docs! :) However my main aim was to make it run in TERR(TIBCO Enterprise Runtime Engine for R), but it is throwing some different error but was working fine in R Studio. Error:Could not execute function call. TIBCO Enterprise Runtime for R returned an error: 'Error in

Re: [R] Print minified XML in tree format

2015-12-14 Thread Giorgio Garziano
I may suggest this quick guide: http://gastonsanchez.com/work/webdata/getting_web_data_r4_parsing_xml_html.pdf and the following link: http://www.r-datacollection.com/ I apologize for not being more specific. -- GG [[alternative HTML version deleted]]

[R] Print minified XML in tree format

2015-12-14 Thread Archit Soni
Hi All, I am new to wonderful world of R, I am stuck at one problem. I need to print the minified XML string in tree format, i have tried below code: ex <- "ToveJaniReminderDon't forget me this weekend!"> > XML::xmlParse(ex) Tove Jani Reminder Don't forget me this weekend! ​and it is