xmlconvert icon indicating copy to clipboard operation
xmlconvert copied to clipboard

Comfortably converting XML documents to dataframes and vice versa

Results 3 xmlconvert issues
Sort by recently updated
recently updated
newest added

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 ```...

enhancement