obspy.io.arclink.inventory.validate_arclink_xml
- validate_arclink_xml(path_or_object)[source]
Checks if the given path is a valid arclink_xml file.
Returns a tuple. The first item is a boolean describing if the validation was successful or not. The second item is a list of all found validation errors, if existent.
- Parameters:
path_or_object – File name or file like object. Can also be an etree element.