Skip to content

convert an xml object into a list on R 2.13

2 messages · Samuel Le, Duncan Temple Lang

#
Hi Samuel

 The xmlToList() function is still in the XML package. I suspect
you are making some simple mistake like not loading the XML package
or haven't installed it or are not capitalizing the name of the function
correctly (you refer the xml package rather than by its actual name).

You haven't told us about your operating system or the output of sessionInfo().
We don't even know which version of the XML package you seem to be using.

  D.
On 8/16/11 8:52 AM, Samuel Le wrote: