if root_elem.tag != 'utwor':
raise ValidationError("Invalid root element. Found '%s', should be 'utwor'" % root_elem.tag)
if parse_dublincore:
if root_elem.tag != 'utwor':
raise ValidationError("Invalid root element. Found '%s', should be 'utwor'" % root_elem.tag)
if parse_dublincore:
@classmethod
def from_string(cls, xml, *args, **kwargs):
@classmethod
def from_string(cls, xml, *args, **kwargs):