Re: [R] convert an xml object into a list on R 2.13

2011-08-16 Thread 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'

[R] convert an xml object into a list on R 2.13

2011-08-16 Thread Samuel Le
Hi, I am manipulating xml objects using the package xml. With the version 2.10.1 this package included the function xmlToList that was converting the xml into a list straight away. This function seems to have gone when I moved to 2.13.0. Does someone has an equivalent for it? Thanks, S