This endpoint reads an XML file, identifies specific elements based on an attribute name, removes nodes with the specified attribute value, creates new XML files, and zips them together.

splitXML(xmlFile, attr_name2)

Arguments

xmlFile:file

Character string vector. Path(s) and name(s) of the file(s).

attr_name2:[str]

The attribute name used to identify nodes for splitting.