Skip to content

feat: serialized XML omit default namespaceID #438

Closed
@jkowalleck

Description

@jkowalleck

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>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions