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.xml_to_list() to properly convert XML data to R lists.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).Initial version. n