Description
remove the XML-namespace and convert it to noNS/defaultNS by omiting the nsID
current serialization result:
<?xml version="1.0" encoding="UTF-8"?>
<ns1:bom xmlns:ns1="http://cyclonedx.org/schema/bom/1.4" ...>
</ns1:bom>
should be
<?xml version="1.0" ?>
<bom xmlns="http://cyclonedx.org/schema/bom/1.4" ...>
</bom>