xmlconvert
xmlconvert copied to clipboard
Comfortably converting XML documents to dataframes and vice versa
Joining xpath expressions results in an invalid one beginning with pipe.
I am trying to open a xml file encoded in ISO-8859-1 (aka latin-1) using xmlconvert, yet even if I specify xml_encoding it still claims my input isn't proper UTF-8. My...
Hi, I am trying to use `xmlconvert` function `xml_to_df` to read an XML file that contains properties in both attributes and XML own elements. A simplified example : ```xml ```...