Changes in version 0.1.3 Minor changes - Bug fixed regarding reading of encoding of XML files (GitHub issue #3, thanks to @cejkiebo) - Pull request merged regarding typos and incosistencies in the documentation (thanks to Mayeul Kauffmann @mayeulk for this contribution!) Changes in version 0.1.2 (2021-03-27) Minor changes - New logical argument strip.ns in xml_to_df() to remove namespaces from the XML data (default is FALSE). If namespaces are present, xml2::xml_find_all() may fail to find the data-carrying XML tags in the XML data. Namespaces can now be removed by setting strip.ns to TRUE. Changes in version 0.1.1 (2020-12-01) Minor changes - Added function xml_to_list() to properly convert XML data to R lists. - Added optional argument first.records for function xml_to_df() to limit the number of XML data records to be converted into a dataframe (e.g. for testing purposes). Changes in version 0.1.0 (2020-10-29) Initial version. n