Closed replaceafill closed 1 year ago
XML comments break parsing of PREMIS:OBJECT elements in the METS because lxml doesn't create etree.Element objects for them.
PREMIS:OBJECT
lxml
etree.Element
This just ignores them since they don't add any value to the resulting tuples.
Connected to https://github.com/archivematica/Issues/issues/1277
XML comments break parsing of
PREMIS:OBJECT
elements in the METS becauselxml
doesn't createetree.Element
objects for them.This just ignores them since they don't add any value to the resulting tuples.
Connected to https://github.com/archivematica/Issues/issues/1277